We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb6f28 commit e4251afCopy full SHA for e4251af
.github/workflows/stale.yaml
@@ -19,3 +19,16 @@ jobs:
19
# Also, we promote minimizing WIP.
20
days-before-pr-stale: 7
21
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