triage-issues.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2022-09-22 14:49:50 +00:00
parent cad6f1cdd1
commit a3dca99798
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -32,12 +32,11 @@ 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@v5 uses: actions/stale@v6
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 21 days-before-stale: 21
days-before-close: 7 days-before-close: 7
close-issue-reason: "not_planned"
stale-issue-message: > stale-issue-message: >
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. recent activity. It will be closed if no further activity occurs.
@ -58,7 +57,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@v5 uses: actions/stale@v6
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 2 days-before-stale: 2