Skip to content

Commit 7ba6642

Browse files
committed
Updating issue lock configuration
1 parent d67015e commit 7ba6642

File tree

2 files changed

+24
-38
lines changed

2 files changed

+24
-38
lines changed

.github/lock.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/lock.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
2+
name: 'Lock Issues'
3+
4+
on:
5+
schedule:
6+
- cron: '0 0 * * *'
7+
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
12+
jobs:
13+
action:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: dessant/lock-threads@v2
17+
with:
18+
process-only: 'issues'
19+
issue-lock-inactive-days: '30'
20+
issue-lock-reason: ''
21+
issue-lock-comment: >
22+
This issue has been automatically locked since there
23+
has not been any recent activity after it was closed.
24+
Please open a new issue for related bugs.

0 commit comments

Comments
 (0)