Commit 12caf8e
committed
fix(ci): add grace period to stale PR bot
The previous config (days-before-pr-close: 0) marked PRs stale and
closed them in the same workflow run, giving contributors no chance to
respond to the warning. Multiple community PRs have been auto-closed
and had to be re-filed as duplicates (googleworkspace#554→googleworkspace#589, googleworkspace#634→googleworkspace#665,
googleworkspace#643→googleworkspace#667→googleworkspace#674).
Add a 4-day grace period after the 3-day stale mark (7 days total),
so contributors see the warning and can comment or push to reset the
timer before the PR is closed.1 parent a3768d0 commit 12caf8e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
0 commit comments