Skip to content

Commit fcbde1b

Browse files
authored
chore: adjust stale bot to 30+30 days
1 parent 6eff79b commit fcbde1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/stale@v3
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
19-
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.'
19+
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 30 days.'
2020
close-issue-message: 'This issue was closed because it is missing author input.'
2121
stale-issue-label: 'kind/stale'
2222
any-of-labels: 'hint/needs-author-input,need/author-input'
23-
days-before-issue-stale: 7
24-
days-before-issue-close: 7
23+
days-before-issue-stale: 30
24+
days-before-issue-close: 30
2525
enable-statistics: true

0 commit comments

Comments
 (0)