File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,10 @@ jobs:
20
20
# Also, we promote minimizing WIP.
21
21
days-before-pr-stale : 7
22
22
days-before-pr-close : 3
23
- stale-pr-message : >
24
- This Pull Request is becoming stale. In order to minimize WIP,
25
- prevent merge conflicts and keep the tracker readable, I'm going
26
- close to this PR in 3 days if there isn't more activity.
27
- stale-issue-message : >
28
- This issue is becoming stale. In order to keep the tracker readable
29
- and actionable, I'm going close to this issue in 7 days if there
30
- isn't more activity.
23
+ # We rarely take action in response to the message, so avoid
24
+ # cluttering the issue and just close the oldies.
25
+ stale-pr-message : " "
26
+ stale-issue-message : " "
31
27
# Upped from 30 since we have a big tracker and was hitting the limit.
32
28
operations-per-run : 60
33
29
# Start with the oldest issues, always.
You can’t perform that action at this time.
0 commit comments