Skip to content

Commit 36a9daa

Browse files
author
choco-sync
committed
(maint) synced local '.github/workflows/stale.yml' with remote '.github/workflows/stale.yml'
1 parent fbd8fd4 commit 36a9daa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v4.1.0
15+
- uses: actions/stale@v9
1616
id: stale
1717
with:
1818
days-before-stale: 30
@@ -24,9 +24,10 @@ jobs:
2424
only-labels: '0 - Waiting on User'
2525
close-issue-label: "No Response / Stale"
2626
close-pr-label: "No Response / Stale"
27-
exempt-issue-labels: 'Security / CVE'
28-
exempt-pr-labels: 'Security / CVE'
29-
labels-to-remove-when-unstale: '0 - Wating on User,Pending closure'
27+
exempt-issue-labels: 'Security / CVE,2 - Working,3 - Review'
28+
exempt-pr-labels: 'Security / CVE,2 - Working,3 - Review'
29+
labels-to-remove-when-unstale: '0 - Waiting on User,Pending closure'
30+
remove-stale-when-updated: true
3031
stale-issue-message: |
3132
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
3233
This issue will be closed in 14 days if it continues to be inactive.

0 commit comments

Comments
 (0)