-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (28 loc) · 965 Bytes
/
lock.yml
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
26
27
28
29
30
31
32
33
---
# SPDX-FileCopyrightText: Armin Sebastian
# SPDX-License-Identifier: MIT
name: "Lock Threads"
on:
schedule:
- cron: "0 0 * * 1"
permissions:
issues: write
concurrency:
group: lock
jobs:
action:
runs-on: ubuntu-latest
steps:
- name: "Lock threads"
uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
with:
issue-inactive-days: "182"
issue-comment: >
This issue has been automatically locked since there
has not been any recent activity (i.e. last half year) after it was closed.
It helps our maintainers focus on the active issues.
If you have found a problem that seems similar, please open a new
issue, complete the issue template with all the details
necessary to reproduce, and mention this issue as reference.
process-only: "issues"
exclude-any-issue-labels: keep_unlocked