diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c71e24d..0873c8d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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 @@ -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.