Delete .github/workflows/lock.yml

This commit is contained in:
Łukasz Mierzwa
2024-12-31 16:12:59 +00:00
committed by GitHub
parent 75057e34c2
commit 235bceeecd

View File

@@ -1,17 +0,0 @@
name: "Lock threads"
on:
schedule:
- cron: "0 13 * * *"
jobs:
lock:
runs-on: ubuntu-latest
steps:
- name: Lock closed issues and PRs
uses: dessant/lock-threads@v5
with:
github-token: ${{ github.token }}
process-only: "issues, prs"
issue-inactive-days: "14"
pr-inactive-days: "14"