chore(ci): add PR hygiene nudge automation (#278)

This commit is contained in:
Chummy 2026-02-16 14:57:45 +08:00 committed by GitHub
parent ce7f811c0f
commit 9428d3ab74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 188 additions and 0 deletions

View file

@ -98,6 +98,7 @@ Review emphasis for AI-heavy PRs:
- First maintainer triage target: within 48 hours.
- If PR is blocked, maintainer leaves one actionable checklist.
- `stale` automation is used to keep queue healthy; maintainers can apply `no-stale` when needed.
- `pr-hygiene` automation checks open PRs every 12 hours and posts a nudge when a PR has no new commits for 48+ hours and is either behind `main` or missing/failing `CI Required Gate` on the head commit.
## 7) Security and Stability Rules