From 2c3f86d9bce4fb7bbb7844f736444c3ff6bf2120 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Mar 2024 05:19:17 +0100 Subject: [PATCH] Update lock.yml Signed-off-by: James Cole --- .github/workflows/lock.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index d32b27d5ee..fdf913c758 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -5,6 +5,14 @@ on: schedule: - cron: '0 0 * * *' +concurrency: + group: lock-threads + +permissions: + issues: write + pull-requests: write + discussions: write + jobs: lock: permissions: @@ -12,7 +20,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: JC5/lock-threads@main + - uses: dessant/lock-threads@v5 with: github-token: ${{ github.token }} issue-inactive-days: 7