-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
25 lines (22 loc) · 630 Bytes
/
lock.yml
File metadata and controls
25 lines (22 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Configuration for Lock Threads - https://github.com/dessant/lock-threads
name: 'Lock Issues'
on:
workflow_dispatch:
schedule:
- cron: '0 23 * * *'
permissions:
issues: write
pull-requests: write
jobs:
action:
runs-on: ubuntu-24.04
steps:
- uses: dessant/lock-threads@v6
with:
process-only: 'issues'
issue-inactive-days: '30'
issue-lock-reason: ''
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.