{"id":22694522,"url":"https://github.com/jiangweixian/actions-article-helper","last_synced_at":"2026-04-29T00:04:29.673Z","repository":{"id":104406230,"uuid":"600602516","full_name":"JiangWeixian/actions-article-helper","owner":"JiangWeixian","description":"Check issue article grammar with ChatGPT","archived":false,"fork":false,"pushed_at":"2023-11-05T01:22:29.000Z","size":15044,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"v1","last_synced_at":"2025-02-04T18:41:56.603Z","etag":null,"topics":["actions","blog","chatgpt","workflow"],"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/JiangWeixian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"JiangWeixian","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-02-12T01:43:23.000Z","updated_at":"2023-02-23T02:11:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"935cb059-5331-4dd9-be28-9363d1b139ad","html_url":"https://github.com/JiangWeixian/actions-article-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JiangWeixian%2Factions-article-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JiangWeixian%2Factions-article-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JiangWeixian%2Factions-article-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JiangWeixian%2Factions-article-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JiangWeixian","download_url":"https://codeload.github.com/JiangWeixian/actions-article-helper/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246217924,"owners_count":20742288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","blog","chatgpt","workflow"],"created_at":"2024-12-10T03:08:28.886Z","updated_at":"2026-04-29T00:04:29.648Z","avatar_url":"https://github.com/JiangWeixian.png","language":"TypeScript","funding_links":["https://github.com/sponsors/JiangWeixian"],"categories":[],"sub_categories":[],"readme":"# actions-article-helper\n\nIf you write article in github issue like me, you can use this action to *check issue article grammar \u0026 generate article description*.\n\n![screenshot](https://pbs.twimg.com/media/Foxfv3GagAAHChH?format=jpg\u0026name=medium)\n\nCheck https://github.com/JiangWeixian/actions-article-helper/issues/1 for more details.\n\n## features\n\n- 🔍 Check issue article grammar\n- 📝 Generate issue article description\n\n*This actions will comment result under issue.*\n\n## usage\n\n```yaml\nname: article helper\non:\n  issues:\n    types:\n      - opened\n      - edited\n\njobs:\n  debug:\n    runs-on: ubuntu-latest\n    steps:\n      - name: checkout\n        uses: actions/checkout@v2\n      - name: setup node.js\n        uses: actions/setup-node@v2\n        with:\n          node-version: 16\n      - name: article helper\n        uses: jiangweixian/actions-article-helper@v1\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}\n```\n\n### params\n\n|name|description|default|\n|:---|:---|:---|\n|`delimiters`|If issue body contain markdown metadata, it use [gray-matter](https://www.npmjs.com/package/gray-matter) to strip it. e.g. `\"[\\\"\u003c!--\\\", \\\"--\u003e\\\"]\"` ||\n|`ownerOnly`|Only owners allowed to trigger actions|true|\n|`removeCodeblocks`|Remove code blocks in issue body(If you find the content of the comment incomplete, try to set this option to true)|false|\n\n### permissions\n\n- `GITHUB_TOKEN` - in repo `settings/actions` page, choose `Read and write permissions` or create `PAT` with `issues` scope\n- `OPENAI_API_KEY` - create in https://platform.openai.com/account/api-keys","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiangweixian%2Factions-article-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiangweixian%2Factions-article-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiangweixian%2Factions-article-helper/lists"}