Skip to content

Commit 70658d4

Browse files
committed
chore(.github): remove stalebot messages
1 parent 7c15a50 commit 70658d4

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/stale.yaml

+4-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ jobs:
2020
# Also, we promote minimizing WIP.
2121
days-before-pr-stale: 7
2222
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: ""
3127
# Upped from 30 since we have a big tracker and was hitting the limit.
3228
operations-per-run: 60
3329
# Start with the oldest issues, always.

0 commit comments

Comments
 (0)