chore(ci): add PR hygiene nudge automation (#278)
This commit is contained in:
parent
ce7f811c0f
commit
9428d3ab74
3 changed files with 188 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ Merge-blocking checks should stay small and deterministic. Optional checks are u
|
|||
- Purpose: first-time contributor onboarding messages
|
||||
- `.github/workflows/stale.yml` (`Stale`)
|
||||
- Purpose: stale issue/PR lifecycle automation
|
||||
- `.github/workflows/pr-hygiene.yml` (`PR Hygiene`)
|
||||
- Purpose: nudge stale-but-active PRs to rebase/re-run required checks before queue starvation
|
||||
|
||||
## Trigger Map
|
||||
|
||||
|
|
@ -43,6 +45,7 @@ Merge-blocking checks should stay small and deterministic. Optional checks are u
|
|||
- `PR Labeler`: `pull_request_target` lifecycle events
|
||||
- `Auto Response`: issue opened, `pull_request_target` opened
|
||||
- `Stale`: daily schedule, manual dispatch
|
||||
- `PR Hygiene`: every 12 hours schedule, manual dispatch
|
||||
|
||||
## Fast Triage Guide
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue