Skip to content

Commit 1c4d110

Browse files
author
Upkar Lidder
authored
Increase days for stale bot
Changed to 90 days before marking stale and another 30 days before closing PRs and issues.
1 parent c7bc757 commit 1c4d110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/stale@v1
13+
- uses: actions/stale@v5
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
stale-issue-message: ':wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
1717
stale-pr-message: ':wave: Hi! This pull request has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.'
1818
stale-issue-label: 'stale'
1919
exempt-issue-label: 'keep-open'
2020
stale-pr-label: 'stale'
21-
days-before-stale: 30
22-
days-before-close: 7
21+
days-before-stale: 90
22+
days-before-close: 30

0 commit comments

Comments
 (0)