Delete .github/workflows/lock.yml

This commit is contained in:
AlmightyHak 2025-06-03 04:07:52 -05:00
parent 7b045c9903
commit 4d7f6b8ad4

View file

@ -1,21 +0,0 @@
name: Lock threads
on:
# Daily
schedule:
- cron: '0 0 * * *'
# Manual trigger
workflow_dispatch:
inputs:
jobs:
lock:
runs-on: docker
permissions:
issues: write
steps:
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5
with:
github-token: ${{ github.token }}
issue-inactive-days: '2'
pr-inactive-days: '2'