Delete .github/workflows/lock.yml
This commit is contained in:
parent
7b045c9903
commit
4d7f6b8ad4
1 changed files with 0 additions and 21 deletions
21
.github/workflows/lock.yml
vendored
21
.github/workflows/lock.yml
vendored
|
@ -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'
|
|
Loading…
Add table
Add a link
Reference in a new issue