From 6ac01a34b01f1b0c9f5a23bab68dab23147839e9 Mon Sep 17 00:00:00 2001 From: Ricardo Chiriboga Date: Thu, 24 Oct 2024 14:25:16 +1100 Subject: [PATCH] chore: remove lockthreads workflow --- .github/workflows/lock-threads.yml | 31 ------------------------------ 1 file changed, 31 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 e2c1b12..0000000 --- a/.github/workflows/lock-threads.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 'Lock Threads' - -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -permissions: - issues: write - pull-requests: write - -concurrency: - group: lock - -jobs: - action: - runs-on: ubuntu-latest - steps: - - uses: dessant/lock-threads@v3 - with: - pr-inactive-days: '90' - issue-inactive-days: '90' - add-issue-labels: 'locked' - issue-comment: > - This issue was marked as resolved a long time ago and now has been - automatically locked as there has not been any recent activity after it. - You can still open a new issue and reference this link. - pr-comment: > - This pull request was marked as resolved a long time ago and now has been - automatically locked as there has not been any recent activity after it. - You can still open a new issue and reference this link. \ No newline at end of file