Skip to content

Commit dd88acd

Browse files
authored
Update stale.yaml
1 parent 7da0dfe commit dd88acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/stale@v9
1414
with:
15-
stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
16-
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity.'
17-
close-issue-message: 'This issue was closed because it has been stalled for 15 days with no activity.'
15+
stale-issue-message: 'This issue is stale because it has been open 32 days with no activity. Remove stale label or comment or this will be closed in 8 days.'
16+
stale-pr-message: 'This PR is stale because it has been open 32 days with no activity.'
17+
close-issue-message: 'This issue was closed because it has been stalled for 8 days with no activity.'
1818
exempt-issue-labels: 'bug'
1919
exempt-all-assignees: true
2020
days-before-stale: 32

0 commit comments

Comments
 (0)