Skip to content

Commit 218327b

Browse files
committed
Updates stale GH action
1 parent b463451 commit 218327b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issues-stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/stale@v5
15+
- uses: actions/stale@v9
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
days-before-close: 7
@@ -23,3 +23,4 @@ jobs:
2323
stale-issue-label: 'inactive'
2424
stale-issue-message: 'This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks!'
2525
labels-to-add-when-unstale: 'triage'
26+
labels-to-remove-when-unstale: 'needs-more-info'

0 commit comments

Comments
 (0)