mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Lock all issues
[skip ci]
This commit is contained in:
parent
ffabd79479
commit
f11200af72
1 changed files with 17 additions and 0 deletions
17
.github/workflows/lock-issues.yml
vendored
Normal file
17
.github/workflows/lock-issues.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Lock Issues
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '15 * * * *'
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
name: Lock Issues
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Lock Issues
|
||||
uses: dessant/lock-threads@v2
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-reason: ''
|
||||
process-only: issues
|
Loading…
Add table
Add a link
Reference in a new issue