{"id":16123912,"url":"https://github.com/kentaro-m/task-completed-checker-action","last_synced_at":"2025-04-05T06:09:23.084Z","repository":{"id":41873430,"uuid":"245826859","full_name":"kentaro-m/task-completed-checker-action","owner":"kentaro-m","description":":ballot_box_with_check: A GitHub action that checks if all tasks are completed in the pull requests.","archived":false,"fork":false,"pushed_at":"2024-10-11T21:10:51.000Z","size":872,"stargazers_count":71,"open_issues_count":20,"forks_count":27,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T13:03:47.025Z","etag":null,"topics":["actions","github","my-portfolio","pull-request","utility"],"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/kentaro-m.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"kentaro-m"}},"created_at":"2020-03-08T14:13:14.000Z","updated_at":"2024-10-10T19:21:46.000Z","dependencies_parsed_at":"2023-02-09T17:01:29.151Z","dependency_job_id":"bbb97320-10e5-4f8a-ad51-650ed4b5180c","html_url":"https://github.com/kentaro-m/task-completed-checker-action","commit_stats":{"total_commits":39,"total_committers":3,"mean_commits":13.0,"dds":0.3846153846153846,"last_synced_commit":"545e7b8eeb4ff8e959b69ca740b27a4dcac16acb"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Ftask-completed-checker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Ftask-completed-checker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Ftask-completed-checker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentaro-m%2Ftask-completed-checker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentaro-m","download_url":"https://codeload.github.com/kentaro-m/task-completed-checker-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294541,"owners_count":20915340,"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","github","my-portfolio","pull-request","utility"],"created_at":"2024-10-09T21:19:05.413Z","updated_at":"2025-04-05T06:09:23.064Z","avatar_url":"https://github.com/kentaro-m.png","language":"TypeScript","funding_links":["https://github.com/sponsors/kentaro-m"],"categories":[],"sub_categories":[],"readme":"# Task Completed Checker Action\nA GitHub action that checks if all tasks are completed in the pull requests.\n\n## :arrow_forward: Usage\n\n### Create a workflow\n```yml\nname: 'PR Tasks Completed Check'\non: \n  pull_request:\n    types: [opened, edited]\n\njobs:\n  task-check:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: kentaro-m/task-completed-checker-action@v0.1.2\n        with:\n          repo-token: \"${{ secrets.GITHUB_TOKEN }}\"\n```\n\n### Check whether tasks are completed\nAdd a pull request template to your repository (`.github/pull_request_template.md`).\n\nFor example: \n```markdown\n## Issue Type\n\u003c!-- ignore-task-list-start --\u003e\n- [ ] Bug\n- [ ] Document\n- [ ] Enhancement\n\u003c!-- ignore-task-list-end --\u003e\n\n## Checklist\n- [x] I have read the [CONTRIBUTING.md]()\n- [x] I have made corresponding changes to the documentation\n- [x] My changes generate no lint errors\n- [x] I have added tests that prove my fix is effective or that my feature works\n- [x] New and existing unit tests pass locally with my changes\n```\n\nCreate a pull request that contained tasks list to your repository and will be started automatically a workflow to check whether tasks are completed.\n\nEvery time edit a description of a pull request will be started automatically a new workflow to check.\n\n![Check whether tasks are completed](check_result.png)\n\nYou can check a list of completed tasks and uncompleted tasks at the Actions page.\n\n![Check a list of completed/uncompleted tasks](actions_console.png)\n\n### Ignore checks whether tasks are completed\nPlease surround the task list with `\u003c!-- ignore-task-list-start --\u003e` and `\u003c!-- ignore-task-list-end --\u003e` for ignoring checks whether tasks are completed.\n\n```markdown\n## Issue Type\n\u003c!-- ignore-task-list-start --\u003e\n- [ ] Bug\n- [ ] Document\n- [x] Enhancement\n\u003c!-- ignore-task-list-end --\u003e\n\n## Checklist\n- [x] I have read the [CONTRIBUTING.md]()\n- [x] I have made corresponding changes to the documentation\n- [x] My changes generate no lint errors\n- [x] I have added tests that prove my fix is effective or that my feature works\n- [x] New and existing unit tests pass locally with my changes\n```\n\n## :memo: Licence\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentaro-m%2Ftask-completed-checker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentaro-m%2Ftask-completed-checker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentaro-m%2Ftask-completed-checker-action/lists"}