aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cron-lock.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cron-lock.yml')
-rw-r--r--.github/workflows/cron-lock.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/cron-lock.yml b/.github/workflows/cron-lock.yml
deleted file mode 100644
index 665313135b..0000000000
--- a/.github/workflows/cron-lock.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: cron-lock
-
-on:
- schedule:
- - cron: "0 0 * * *" # every day at 00:00 UTC
- workflow_dispatch:
-
-permissions:
- issues: write
- pull-requests: write
-
-concurrency:
- group: lock
-
-jobs:
- action:
- runs-on: ubuntu-latest
- if: github.repository == 'go-gitea/gitea'
- steps:
- - uses: dessant/lock-threads@v5
- with:
- issue-inactive-days: 10
- pr-inactive-days: 7