From eca25254f2de6b24a7e0b4012ab9cfcaebd94d37 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:35:36 +0000 Subject: [PATCH] triage-issues.yml: update to match main configuration --- .github/workflows/triage-issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 8d6dc23..2b7bffd 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark/Close Stale Issues and Pull Requests - uses: actions/stale@v7 + uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 21 @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark/Close Stale `bump-formula-pr` and `bump-cask-pr` Pull Requests - uses: actions/stale@v7 + uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 2 @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Lock Outdated Threads - uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 + uses: dessant/lock-threads@d42e5f49803f3c4e14ffee0378e31481265dda22 with: github-token: ${{ secrets.GITHUB_TOKEN }} issue-inactive-days: 30