mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
Create autolock.yml
This commit is contained in:
parent
2f79411fce
commit
0c6a8dd0a9
22
.github/workflows/autolock.yml
vendored
Normal file
22
.github/workflows/autolock.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: 'Auto-Lock Issues'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 12 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
group: lock
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v4
|
||||
with:
|
||||
issue-inactive-days: '60'
|
||||
pr-inactive-days: '60'
|
||||
Loading…
Reference in a new issue