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

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.'