Skip to content

Commit 8f028c4

Browse files
authored
chore: upgrade and fix the stale-issues workflow (#699)
This has been failing with the following error message for a while: ``` The workflow is not valid. .github/workflows/stale-issues.yml (Line: 20, Col: 32): A sequence was not expected .github/workflows/stale-issues.yml (Line: 21, Col: 29): A sequence was not expected ```
1 parent 1ebda6c commit 8f028c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
issues: write
1111
pull-requests: write
1212
steps:
13-
- uses: actions/stale@v5
13+
- uses: actions/stale@v7
1414
with:
1515
close-issue-message: 'Closing issue due to 30 days since being marked as stale.'
1616
days-before-issue-close: 30
1717
days-before-issue-stale: 90
1818
days-before-pr-close: -1
1919
days-before-pr-stale: -1
20-
exempt-issue-labels: ['stale-exempt']
21-
exempt-pr-labels: ['stale-exempt']
20+
exempt-issue-labels: 'stale-exempt'
21+
exempt-pr-labels: 'stale-exempt'
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
stale-issue-label: 'stale'
2424
stale-issue-message: 'Marking as stale due to 90 days with no activity.'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy