Skip to content

Commit e6302ce

Browse files
authored
Adding lock config file [skip ci]
1 parent dca5349 commit e6302ce

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/lock.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
2+
name: 'Lock Issues'
3+
4+
on:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * *'
8+
9+
permissions:
10+
issues: write
11+
pull-requests: write
12+
13+
jobs:
14+
action:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: dessant/lock-threads@v2
18+
with:
19+
process-only: 'issues'
20+
issue-lock-inactive-days: '30'
21+
issue-lock-reason: ''

0 commit comments

Comments
 (0)