Skip to content

Commit 530ab44

Browse files
authored
Update stale.yml
1 parent 3d98585 commit 530ab44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
stale:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/stale@v1
11+
- uses: actions/stale@v3
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
1414
stale-issue-label: 'Stale'
1515
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.'
1616
stale-pr-label: 'Stale'
1717
stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.'
18+
exempt-issue-labels: 'bug,enhancement'
1819
days-before-stale: 30
19-
days-before-close: 10
20+
days-before-close: 30

0 commit comments

Comments
 (0)