From 118fb9e26334f2523f7a09ee95eb88eeb67852be Mon Sep 17 00:00:00 2001 From: Jaco Date: Fri, 10 Mar 2023 08:23:03 +0200 Subject: [PATCH] Update GH actions (#3105) --- .github/workflows/lock.yml | 2 +- .github/workflows/stale.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index e25084236..297ae8c9d 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -10,7 +10,7 @@ jobs: env: YARN_ENABLE_SCRIPTS: false steps: - - uses: dessant/lock-threads@f1a42f0f44eb83361d617a014663e1a76cf282d2 + - uses: dessant/lock-threads@c1b35aecc5cdb1a34539d14196df55838bb2f836 with: github-token: ${{ secrets.GH_PAT_BOT }} issue-lock-inactive-days: '7' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4ab906783..306acbc96 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,11 +9,11 @@ jobs: env: YARN_ENABLE_SCRIPTS: false steps: - - uses: actions/stale@98ed4cb500039dbcccf4bd9bedada4d0187f2757 + - uses: actions/stale@v7 with: repo-token: ${{ secrets.GH_PAT_BOT }} - stale-issue-message: 'This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.' + stale-issue-message: 'This issue has been open for 365 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.' stale-issue-label: 'stale' exempt-issue-labels: '-size-l,-size-m,-size-s,-size-xl,-size-xs,[bug],ci' - days-before-stale: 21 + days-before-stale: 365 days-before-close: 7