Skip to content

Commit 54af98e

Browse files
authored
Fix stale messages (#247)
1 parent 9579f56 commit 54af98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- uses: actions/stale@v4
1010
with:
11-
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 5 days.'
11+
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 7 days.'
1212
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
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.'
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 7 days.'
1414
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
1515
exempt-issue-labels: 'dont-close'
1616
exempt-pr-labels: 'dont-close'

0 commit comments

Comments
 (0)