Skip to content

Commit fde2a16

Browse files
authored
Chore/increase stale thresholds (#14929)
* Increase thresholds * Update message
1 parent 3ede185 commit fde2a16

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/stale-bot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: 'Close stale issues and PRs'
1+
name: "Close stale issues and PRs"
22
on:
33
schedule:
4-
- cron: '30 1 * * *'
4+
- cron: "30 1 * * *"
55

66
jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/stale@v9
1111
with:
12-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 3 days.'
13-
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
14-
close-issue-message: 'This issue was closed because it has been stalled for 3 days with no activity.'
15-
close-pr-message: 'This PR was closed because it has been stalled for 5 days with no activity.'
16-
days-before-issue-stale: 30
17-
days-before-pr-stale: 30
12+
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 3 days."
13+
stale-pr-message: "This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days."
14+
close-issue-message: "This issue was closed because it has been stalled for 3 days with no activity."
15+
close-pr-message: "This PR was closed because it has been stalled for 5 days with no activity."
16+
days-before-issue-stale: 60
17+
days-before-pr-stale: 60
1818
days-before-issue-close: 3
19-
days-before-pr-close: 5
19+
days-before-pr-close: 5

0 commit comments

Comments
 (0)