From ec43d6085a32bc7a0820a1698780259543ca1cba Mon Sep 17 00:00:00 2001 From: heppard Date: Fri, 7 Mar 2025 08:07:34 -0800 Subject: [PATCH 1/2] Update lock-threads.yml --- .github/workflows/lock-threads.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml index b995ae0..8b13789 100644 --- a/.github/workflows/lock-threads.yml +++ b/.github/workflows/lock-threads.yml @@ -1,23 +1 @@ -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: '7' - pr-inactive-days: '7' \ No newline at end of file From c6af4cac3a3dd02a46836c057ade47dae27ce40a Mon Sep 17 00:00:00 2001 From: heppard Date: Fri, 7 Mar 2025 08:08:16 -0800 Subject: [PATCH 2/2] Delete .github/workflows/lock-threads.yml --- .github/workflows/lock-threads.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/workflows/lock-threads.yml diff --git a/.github/workflows/lock-threads.yml b/.github/workflows/lock-threads.yml deleted file mode 100644 index 8b13789..0000000 --- a/.github/workflows/lock-threads.yml +++ /dev/null @@ -1 +0,0 @@ -