Skip to content

Commit 6da95bb

Browse files
committed
Fix stale workflow
1 parent b55a577 commit 6da95bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/stale.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v1
10+
- uses: actions/stale@v3
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
1414
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
15-
stale-issue-label: 'stale'
16-
stale-pr-label: 'stale'
17-
exempt-issue-label: 'nostale'
15+
stale-issue-label: 'no-issue-activity'
16+
stale-pr-label: 'no-pr-activity'
17+
exempt-issue-label: 'nostale,work-in-progress'
1818
days-before-stale: 30
1919
days-before-close: 5

0 commit comments

Comments
 (0)