{"id":19692016,"url":"https://github.com/kasaikou/pr-checklist-action","last_synced_at":"2026-04-25T08:37:14.673Z","repository":{"id":260440852,"uuid":"874610929","full_name":"kasaikou/pr-checklist-action","owner":"kasaikou","description":"this makes checklist for pull request self reviewing.","archived":false,"fork":false,"pushed_at":"2025-02-15T00:35:26.000Z","size":3705,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T08:06:03.401Z","etag":null,"topics":["actions","github-actions","pull-requests"],"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/kasaikou.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,"zenodo":null}},"created_at":"2024-10-18T06:29:34.000Z","updated_at":"2024-11-06T08:43:03.000Z","dependencies_parsed_at":"2025-02-27T09:48:43.552Z","dependency_job_id":"09ee166b-9d56-435d-9ced-2ff66c6fbf73","html_url":"https://github.com/kasaikou/pr-checklist-action","commit_stats":null,"previous_names":["kasaikou/self-review-checklist-action","kasaikou/pr-checklist-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kasaikou/pr-checklist-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasaikou%2Fpr-checklist-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasaikou%2Fpr-checklist-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasaikou%2Fpr-checklist-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasaikou%2Fpr-checklist-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasaikou","download_url":"https://codeload.github.com/kasaikou/pr-checklist-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasaikou%2Fpr-checklist-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32255839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","pull-requests"],"created_at":"2024-11-11T19:12:08.638Z","updated_at":"2026-04-25T08:37:14.653Z","avatar_url":"https://github.com/kasaikou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pr-checklist-action\r\n\r\nThis action makes checklist for pull request self reviewing.\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://github.com/user-attachments/assets/e166fc30-f9dd-47d4-9f06-fcaac028d265\" /\u003e\r\n\u003c/p\u003e\r\n\r\n## Usage\r\n\r\nSave `pr-checklist.yaml` in repository root directory.\r\n\r\n```yaml\r\ncontents:\r\n  - name: SQL\r\n    rules:\r\n      - labels: [^sql$]\r\n    checks:\r\n      - Consider about N + 1 problem?\r\n```\r\n\r\nAnd save `.github/workflows/checklist.yml`\r\n\r\n```yaml\r\non:\r\n  pull_request:\r\n    branches: [main]\r\n    types: [opened, synchronize, labeled, unlabeled]\r\njobs:\r\n  run:\r\n    permissions:\r\n      contents: read\r\n      pull-requests: write\r\n    runs-on: ubuntu-latest\r\n    steps:\r\n      - uses: actions/checkout@v4\r\n      - uses: kasaikou/pr-checklist-action@main\r\n        with:\r\n          github-token: ${{ secrets.GITHUB_TOKEN }}\r\n          config: pr-checklist.yaml\r\n```\r\n\r\n## Options\r\n\r\n| property | required (or default) | description\r\n| :--: | :--: | :--\r\n| github-token | required | GitHub token for read contents and making pull-request comments.\r\n| config | (pr-checklist.yaml) | Config file path.\r\n| message-on-empty | ( :innocent: **Check List is Empty** :innocent:) | Message displaying when there is no applicable checklist.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasaikou%2Fpr-checklist-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasaikou%2Fpr-checklist-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasaikou%2Fpr-checklist-action/lists"}