Skip to content

Commit 549195c

Browse files
authored
Modify stale.yml for improved issue management
1 parent 3dcc4fc commit 549195c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- uses: actions/stale@v9
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 2 days.'
23+
stale-issue-message: 'This issue is stale because it has been open for 7 days with no activity. Remove the no-issue-activity label, comment, or add the no-stale label or this will be closed in 2 days.'
2424
stale-issue-label: 'no-issue-activity'
25+
exempt-issue-labels: 'no-stale,help-wanted'
2526
close-issue-message: 'This issue was closed because it has been stalled for over a week with no activity.'
2627
days-before-issue-stale: 7
2728
days-before-issue-close: 2
28-

0 commit comments

Comments
 (0)