Skip to content

Commit 43cdbb2

Browse files
authored
Update stale.yml
1 parent 72ff31c commit 43cdbb2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/stale.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ jobs:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-label: 'stale'
1414
stale-pr-label: 'stale'
15+
stale-issue-message: 'This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
16+
stale-pr-message: 'This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 20 days.'
17+
close-issue-message: 'This issue was closed because it has been stalled for 15 days with no activity.'
18+
close-pr-message: 'This PR was closed because it has been stalled for 15 days with no activity.'
19+
days-before-issue-stale: 20
20+
days-before-pr-stale: 20
21+
days-before-issue-close: 15
22+
days-before-pr-close: 15

0 commit comments

Comments
 (0)