Skip to content

Commit e4251af

Browse files
authored
ci: configure stale bot some more (#3148)
1 parent 3eb6f28 commit e4251af

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,16 @@ jobs:
1919
# Also, we promote minimizing WIP.
2020
days-before-pr-stale: 7
2121
days-before-pr-close: 3
22+
stale-pr-message: >
23+
This Pull Request is becoming stale. In order to minimize WIP,
24+
prevent merge conflicts and keep the tracker readable, I'm going
25+
close to this PR in 3 days if there isn't more activity.
26+
stale-issue-message: >
27+
This issue is becoming stale. In order to keep the tracker readable
28+
and actionable, I'm going close to this issue in 7 days if there
29+
isn't more activity.
30+
# Upped from 30 since we have a big tracker and was hitting the limit.
31+
operations-per-run: 60
32+
close-issue-reason: not_planned
33+
# Start with the oldest issues, always.
34+
ascending: true

0 commit comments

Comments
 (0)