-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment: Add GitHub action to enforce tasks are checked off #1693
Conversation
|
✅ Deploy Preview for compiled-css-in-js canceled.
|
80c48a3
to
a990363
Compare
214437c
to
9fefe5e
Compare
Will make a new PR with squashed commits |
Adding detection for incomplete tasks in a PR description.
node_modules/
into.github/actions/task-checklist
to speed things upYou can exempt parts the PR description from the check by adding
<!-- task-checklist-ignore-start -->
and<!-- task-checklist-ignore-end -->
around the sections where you want to disable the check.Alternative methods considered:
Also, with an in-house solution, we can easily extend it in the future and not need to worry about nobody owning the code.