{"id":21044315,"url":"https://github.com/trixi-framework/add-pr-review-checklist","last_synced_at":"2026-03-19T18:35:37.998Z","repository":{"id":188873897,"uuid":"679565395","full_name":"trixi-framework/add-pr-review-checklist","owner":"trixi-framework","description":"GitHub Action for adding a review checklist to newly created pull requests","archived":false,"fork":false,"pushed_at":"2023-09-01T19:08:27.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-12T22:47:17.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/trixi-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-17T06:08:08.000Z","updated_at":"2023-08-17T12:02:08.000Z","dependencies_parsed_at":"2024-11-19T14:16:21.689Z","dependency_job_id":"cedfbe36-64cb-47b6-ac2a-7fec0009590a","html_url":"https://github.com/trixi-framework/add-pr-review-checklist","commit_stats":null,"previous_names":["sloede/add-pr-review-checklist"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/trixi-framework/add-pr-review-checklist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trixi-framework%2Fadd-pr-review-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trixi-framework%2Fadd-pr-review-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trixi-framework%2Fadd-pr-review-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trixi-framework%2Fadd-pr-review-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trixi-framework","download_url":"https://codeload.github.com/trixi-framework/add-pr-review-checklist/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trixi-framework%2Fadd-pr-review-checklist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29339591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"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":[],"created_at":"2024-11-19T14:16:17.762Z","updated_at":"2026-02-11T17:31:55.253Z","avatar_url":"https://github.com/trixi-framework.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add PR review checklist\nGitHub Action for adding a review checklist to newly created pull requests.\n\n## Usage\n\nAdd your Markdown-formatted review checklist to your repository, e.g., as\n`.github/review-checklist.md`. An example checklist can be found\n[here](example-review-checklist.md).\n\nThen, create a file `.github/workflows/ReviewChecklist.yml` with the following content:\n```yml\nname: Add review checklist\n\non:\n  pull_request_target:\n    types: [opened]\n\npermissions:\n  pull-requests: write\n\njobs:\n  add-review-checklist:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check out repository\n        uses: actions/checkout@v3\n      - name: Add review checklist\n        uses: trixi-framework/add-pr-review-checklist@v1\n        with:\n          file: '.github/review-checklist.md'\n          no-checklist-keyword: '[no checklist]'\n```\n\nModify the `file` input parameter to contain the path to your checklist file. If the string\nspecified by the `no-checklist-keyword` parameter is found in the pull request description,\nno checklist is created. This can be useful for, e.g., trivial PRs that does not\nrequire a full review.\n\n## Author\nThis repository was initiated by [Michael Schlottke-Lakemper](https://lakemper.eu).\n\n## License\nThis repository is licensed under the MIT license (see [LICENSE.md](LICENSE.md)).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixi-framework%2Fadd-pr-review-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrixi-framework%2Fadd-pr-review-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrixi-framework%2Fadd-pr-review-checklist/lists"}