feat(template): add PR task-list completion check - #32
Merged
Conversation
Contributor
There was a problem hiding this comment.
Sorry @hasansezertasan, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9f294c70a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Adopt kentaro-m/task-completed-checker-action so generated projects gate PRs on completed task lists. Wrap the categorical "Types of changes" list in the PR template with ignore markers so only the pre-review checklist is enforced, and document the new required status check in CONTRIBUTING.
hasansezertasan
force-pushed
the
feat/sweltering-shampoo
branch
from
June 24, 2026 17:00
9f294c7 to
067c3df
Compare
A required Task Completed Checker status check would otherwise block PRs after a plain push (synchronize fires no opened/edited event), leaving branch protection waiting on a status that never reports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adopts
kentaro-m/task-completed-checker-actioninto the template so every generated project ships a check that fails while any task-list checkbox in a PR description remains unticked.Changes
template/.github/workflows/task-completed-check.yml— new workflow onpull_request_target(opened/edited), SHA-pinned action (@2ddb65f # v0.1.2), least-privilegechecks: write+pull-requests: readso it also runs on fork PRs.template/.github/pull_request_template.md— wrapped the categorical "Types of changes" list in<!-- ignore-task-list-start/end -->so only the genuine pre-review checklist gates the PR (otherwise every PR would fail on the intentionally-unticked categorical boxes).template/CONTRIBUTING.md.jinja— new "Required status checks" setup step listing theValidate PR titleandTask Completed Checkercheck-run contexts; renumbered the following steps.README.md/CLAUDE.md— documented the new check.Verification
actionlintpasses on the workflow.example/(gitignored): the static workflow renders byte-identical, the PR template carries the ignore markers, and CONTRIBUTING renumbers cleanly 1–5.