triage-issues.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2021-07-16 05:56:27 +00:00
parent a4e093ded0
commit f4c6bfdf37
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Mark/Close Stale Issues and Pull Requests - name: Mark/Close Stale Issues and Pull Requests
uses: actions/stale@v3.0.19 uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21 days-before-stale: 21
@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests - name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests
uses: actions/stale@v3.0.19 uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 2 days-before-stale: 2