From 953a1f27c117a04bfbdf35d51069a07ae8460bd6 Mon Sep 17 00:00:00 2001 From: heppard Date: Fri, 7 Mar 2025 08:10:19 -0800 Subject: [PATCH] Revert "Create lock threads workflow (#163)" This reverts commit 1397a63277aa3b924e6009e784eb1524c4a885cd. --- .github/workflows/lock-threads.yml | 23 ----------------------- 1 file changed, 23 deletions(-) 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 b995ae0..0000000 --- a/.github/workflows/lock-threads.yml +++ /dev/null @@ -1,23 +0,0 @@ -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