Merge pull request #10357 from srcshelton/patch-1

Update to actions/stale@v3
This commit is contained in:
OpenShift Merge Robot 2021-05-17 03:30:18 -04:00 committed by GitHub
commit 3bdbe3ce96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v1 - uses: actions/stale@v3
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'A friendly reminder that this issue had no activity for 30 days.' stale-issue-message: 'A friendly reminder that this issue had no activity for 30 days.'