Merge pull request #727 from dockcross/dependabot/github_actions/actions/stale-6

Bump actions/stale from 5 to 6
This commit is contained in:
Matt McCormick 2022-10-31 13:02:38 -04:00 committed by GitHub
commit 439367ce19
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@v5
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-milestones: 'future,alpha,beta,release,bugfix,improvement,enhancement,help wanted'