Skip to content

Commit 4eaa2d6

Browse files
authored
chore(.github): relax stale bot (#5902)
At 60 days it was more spammy than helpful.
1 parent 12314d7 commit 4eaa2d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/stale.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,22 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
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
1614
- uses: actions/stale@v7.0.0
1715
with:
1816
stale-issue-label: "stale"
1917
stale-pr-label: "stale"
18+
days-before-stale: 90
2019
# Pull Requests become stale more quickly due to merge conflicts.
2120
# Also, we promote minimizing WIP.
2221
days-before-pr-stale: 7
2322
days-before-pr-close: 3
2423
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,
2625
prevent merge conflicts and keep the tracker readable, I'm going
2726
close to this PR in 3 days if there isn't more activity.
2827
stale-issue-message: >
2928
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
3130
isn't more activity.
3231
# Upped from 30 since we have a big tracker and was hitting the limit.
3332
operations-per-run: 60

0 commit comments

Comments
 (0)