Merge pull request #754 from dockcross/dependabot/github_actions/actions/stale-7

Bump actions/stale from 6 to 7
This commit is contained in:
Matt McCormick 2022-12-21 22:26:09 -05:00 committed by GitHub
commit e913a7f1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-milestones: 'future,alpha,beta,release,bugfix,improvement,enhancement,help wanted'