From ac829d2a98131e4e7ac9caeef22f2c9635dd4f77 Mon Sep 17 00:00:00 2001 From: realm-ci Date: Thu, 14 Mar 2024 20:26:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Created=20local=20'.github/workf?= =?UTF-8?q?lows/lock-threads.yml'=20from=20remote=20'synced-files/.github/?= =?UTF-8?q?workflows/lock-threads.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lock-threads.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/lock-threads.yml diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml new file mode 100644 index 0000000000..dc1d483a8e --- /dev/null +++ b/.github/workflows/lock-threads.yml @@ -0,0 +1,24 @@ +name: 'Lock Threads' + +on: + schedule: + - cron: '0 * * * *' + workflow_dispatch: + +permissions: + issues: write + pull-requests: write + discussions: write + +concurrency: + group: lock-threads + +jobs: + action: + runs-on: ubuntu-latest + steps: + - uses: dessant/lock-threads@v5 + with: + issue-inactive-days: 30 + pr-inactive-days: 30 + log-output: true