mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore(.github): remove stalebot messages
This commit is contained in:
12
.github/workflows/stale.yaml
vendored
12
.github/workflows/stale.yaml
vendored
@ -20,14 +20,10 @@ jobs:
|
|||||||
# Also, we promote minimizing WIP.
|
# Also, we promote minimizing WIP.
|
||||||
days-before-pr-stale: 7
|
days-before-pr-stale: 7
|
||||||
days-before-pr-close: 3
|
days-before-pr-close: 3
|
||||||
stale-pr-message: >
|
# We rarely take action in response to the message, so avoid
|
||||||
This Pull Request is becoming stale. In order to minimize WIP,
|
# cluttering the issue and just close the oldies.
|
||||||
prevent merge conflicts and keep the tracker readable, I'm going
|
stale-pr-message: ""
|
||||||
close to this PR in 3 days if there isn't more activity.
|
stale-issue-message: ""
|
||||||
stale-issue-message: >
|
|
||||||
This issue is becoming stale. In order to keep the tracker readable
|
|
||||||
and actionable, I'm going close to this issue in 7 days if there
|
|
||||||
isn't more activity.
|
|
||||||
# Upped from 30 since we have a big tracker and was hitting the limit.
|
# Upped from 30 since we have a big tracker and was hitting the limit.
|
||||||
operations-per-run: 60
|
operations-per-run: 60
|
||||||
# Start with the oldest issues, always.
|
# Start with the oldest issues, always.
|
||||||
|
Reference in New Issue
Block a user