Skip to content

Commit 2364f29

Browse files
committed
INT-3259: Corrected stale issue message
1 parent 9149d7b commit 2364f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/stale@v8
2020
with:
21-
stale-issue-message: 'This issue is stale because it has been open for 7 days with no activity. Respond with a comment or this will be closed in 7 days.'
21+
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Respond with a comment or this will be closed in 7 days.'
2222
days-before-stale: 30 # Days before an issue becomes stale
2323
days-before-close: 7 # Days before an issue with no activity after begin labelled "stale" is closed
2424
any-of-labels: 'needs: more info'

0 commit comments

Comments
 (0)