{"id":25873087,"url":"https://github.com/codeinwp/gha-pr-check-helper","last_synced_at":"2025-06-18T11:37:59.297Z","repository":{"id":166371055,"uuid":"612301367","full_name":"Codeinwp/gha-pr-check-helper","owner":"Codeinwp","description":"Allows you to run a job that will check if all checklist items from a PR are solved and label the PR accordingly.","archived":false,"fork":false,"pushed_at":"2024-04-03T17:29:47.000Z","size":434,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T13:32:34.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Codeinwp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-10T16:27:12.000Z","updated_at":"2023-11-23T13:56:18.000Z","dependencies_parsed_at":"2024-09-27T12:56:35.437Z","dependency_job_id":"51500240-2b4e-43a5-8182-0f4c54926c45","html_url":"https://github.com/Codeinwp/gha-pr-check-helper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fgha-pr-check-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fgha-pr-check-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fgha-pr-check-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fgha-pr-check-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codeinwp","download_url":"https://codeload.github.com/Codeinwp/gha-pr-check-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241481758,"owners_count":19969831,"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":[],"created_at":"2025-03-02T08:29:39.751Z","updated_at":"2025-03-02T08:29:40.316Z","avatar_url":"https://github.com/Codeinwp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pull Request Checklist Helper\n\nEnsure that any checklists pull request body is completed, and add labels to the pull request.\n\n---\n\n## Usage\n\nCreate a file named `.github/workflows/checklist-helper.yml` (or any name in that directory) with the following contents:\n\n```yaml\nname: Require Checklist Helper\non:\n  pull_request:\n    types: [opened, edited, synchronize, labeled, unlabeled]\n  issues: # optional - if you want to use this action on issues\n    types: [opened, edited, deleted]\njobs:\n  job1:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: preda-bogdan/gha-pr-check-helper@master\n        with:\n          requireChecklist: false # If this is true and there are no checklists detected, the action will fail\n          onlyCheckBody: true # If this is true, the action will only check the body of the pull request, else comments will also trigger\n          completedLabel: \"checklist-completed\" # This is the default you can use your own.\n          incompleteLabel: \"checklist-incomplete\" # This is the default you can use your own.\n          skipLabel: \"allow-checklist-skip\" # This is the default you can use your own. This label will skip the checklist check and mark the test as a pass.\n          allowStrikeThrough: false # If this is true, the action will allow strike through items in the checklist to be counted as resolved/optional.\n```\n\n### Other notes:\nIn case there are some items that are not applicable in given checklist \nthey can be ~stroked through~ and this action will ignore them, the default behaviour is to check strike through items, but this can be enabled/disabled by setting `allowStrikeThrough` to `true`/`false` in the action configuration.\n\nThe types: `labeled` and `unlabeled` are only required if using the `skipLabel` else you can remove them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeinwp%2Fgha-pr-check-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeinwp%2Fgha-pr-check-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeinwp%2Fgha-pr-check-helper/lists"}