From 7c97a26fc107e833b855f2d97eb6c1039b5f0965 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 28 Sep 2021 16:29:22 +0000 Subject: [PATCH] triage-issues.yml: update to match main configuration --- .github/workflows/triage-issues.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index ce49864ebb..3b23c71dc6 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -74,10 +74,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Lock Outdated Threads - uses: dessant/lock-threads@f1a42f0f44eb83361d617a014663e1a76cf282d2 + uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 with: github-token: ${{ secrets.GITHUB_TOKEN }} - issue-lock-inactive-days: 30 - issue-lock-labels: outdated - pr-lock-inactive-days: 30 - pr-lock-labels: outdated + issue-inactive-days: 30 + add-issue-labels: outdated + pr-inactive-days: 30 + add-pr-labels: outdated