Skip to content

Commit

Permalink
Bump "actions/stale" workflow to v3 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich authored Dec 13, 2020
1 parent 33c47a9 commit 9f5f6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.githubToken }}
days-before-stale: 30
Expand All @@ -19,7 +19,7 @@ jobs:
There has not been any activity to this issue in the last 30 days.
It will automatically be closed after 7 more days. Remove the `stale` label to prevent this.
stale-issue-label: 'stale'
exempt-issue-labels: 'confirmed,help wanted,help%20wanted'
exempt-issue-labels: 'confirmed,help-wanted'

stale-pr-message: >
There has not been any activity to this pull request in the last 30 days.
Expand Down

0 comments on commit 9f5f6ad

Please sign in to comment.