{"id":21213647,"url":"https://github.com/zenghongtu/github-issue-to-hexo","last_synced_at":"2026-05-16T18:32:30.081Z","repository":{"id":43942419,"uuid":"511442646","full_name":"zenghongtu/github-issue-to-hexo","owner":"zenghongtu","description":"aciont for github issue to hexo ","archived":false,"fork":false,"pushed_at":"2022-07-09T04:02:03.000Z","size":6219,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-05-01T23:07:46.196Z","etag":null,"topics":["actions","github-actions","hexo","hexo-blog","issues"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zenghongtu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-07T08:20:04.000Z","updated_at":"2026-02-13T17:09:12.000Z","dependencies_parsed_at":"2023-01-04T18:32:42.387Z","dependency_job_id":null,"html_url":"https://github.com/zenghongtu/github-issue-to-hexo","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"8aa0a8c9ce84a81aa00793d880c4d4da331a0ee0"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/zenghongtu/github-issue-to-hexo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenghongtu%2Fgithub-issue-to-hexo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenghongtu%2Fgithub-issue-to-hexo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenghongtu%2Fgithub-issue-to-hexo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenghongtu%2Fgithub-issue-to-hexo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenghongtu","download_url":"https://codeload.github.com/zenghongtu/github-issue-to-hexo/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenghongtu%2Fgithub-issue-to-hexo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33114186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions","hexo","hexo-blog","issues"],"created_at":"2024-11-20T21:17:27.341Z","updated_at":"2026-05-16T18:32:30.056Z","avatar_url":"https://github.com/zenghongtu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-issue-to-hexo\n\nGitHub Action which converts GitHub Issue to Hexo post.\n\n## Example\n\n[zenghongtu/blog](https://github.com/zenghongtu/blog)\n\n## Usage\n\n```yml\nname: Issue to Hexo\non:\n  issues:\n    # Sufficient to trigger this workflow when an issue is unlabeled, labeled, edited, milestoned\n    types: [unlabeled, labeled, edited, milestoned]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    if: ${{ github.actor == github.repository_owner }}\n    steps:\n      - uses: actions/checkout@v2\n      - name: Use Node.js 16.x\n        uses: actions/setup-node@v2\n        with:\n          node-version: '16'    \n      # use here\n      - uses: zenghongtu/github-issue-to-hexo@v2.0.0\n        with:\n          owner: ${{ github.repository_owner }}\n          repo: ${{ github.event.repository.name }}\n          token: ${{ secrets.GITHUB_TOKEN }}\n          ## optional below\n          milestone: 'publish'\n          output: './'\n      # - name: Commit report\n      #   run: |\n      #     git config --global user.name 'GitHub Action'\n      #     git config --global user.email 'noreply@github.com'\n      #     git pull\n      #     git add .\n      #     git commit -m \"update posts\"\n      #     git push\n      #   env:\n      #     PUSH_KEY: ${{ secrets.PUSH_KEY }}\n      - name: Install Dependencies\n        run: yarn install\n      - name: Build\n        run: yarn run build\n      - name: Deploy\n        uses: peaceiris/actions-gh-pages@v3\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          publish_dir: './public'\n\nconcurrency: \n  group: ${{ github.workflow }}-${{ github.event.issue.number }}\n  cancel-in-progress: true   \n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenghongtu%2Fgithub-issue-to-hexo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenghongtu%2Fgithub-issue-to-hexo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenghongtu%2Fgithub-issue-to-hexo/lists"}