File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,22 @@ jobs:
11
11
issues : write
12
12
pull-requests : write
13
13
steps :
14
- # v5.1.0 has a weird bug that makes stalebot add then remove its own label
15
- # https://github.com/actions/stale/pull/775
16
14
- uses : actions/stale@v7.0.0
17
15
with :
18
16
stale-issue-label : " stale"
19
17
stale-pr-label : " stale"
18
+ days-before-stale : 90
20
19
# Pull Requests become stale more quickly due to merge conflicts.
21
20
# Also, we promote minimizing WIP.
22
21
days-before-pr-stale : 7
23
22
days-before-pr-close : 3
24
23
stale-pr-message : >
25
- This Pull Request is becoming stale. In order to minimize WIP,
24
+ This Pull Request is becoming stale. In order to minimize WIP,
26
25
prevent merge conflicts and keep the tracker readable, I'm going
27
26
close to this PR in 3 days if there isn't more activity.
28
27
stale-issue-message : >
29
28
This issue is becoming stale. In order to keep the tracker readable
30
- and actionable, I'm going close to this issue in 7 days if there
29
+ and actionable, I'm going close to this issue in 7 days if there
31
30
isn't more activity.
32
31
# Upped from 30 since we have a big tracker and was hitting the limit.
33
32
operations-per-run : 60
You can’t perform that action at this time.
0 commit comments