Merge pull request #870 from containernetworking/dependabot/github_actions/actions/stale-8

build(deps): bump actions/stale from 7 to 8
This commit is contained in:
Casey Callendrello 2023-04-04 16:27:10 +02:00 committed by GitHub
commit 68a661999a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
- uses: actions/stale@v8
with:
stale-pr-message: 'This PR has been untouched for too long without an update. It will be closed in 7 days.'
exempt-issue-labels: 'keep'