-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
48 lines (46 loc) · 1.65 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# From https://github.com/marketplace/actions/lock-threads
name: 'Lock threads'
on:
schedule:
- cron: '10 5 * * 3'
jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4
with:
github-token: ${{ github.token }}
issue-inactive-days: '180'
# exclude-issue-created-before: ''
# exclude-issue-created-after: ''
# exclude-issue-created-between: ''
# exclude-issue-closed-before: ''
# exclude-issue-closed-after: ''
# exclude-issue-closed-between: ''
# include-any-issue-labels: ''
# include-all-issue-labels: ''
# exclude-any-issue-labels: ''
# add-issue-labels: ''
# remove-issue-labels: ''
issue-comment: >
This old thread has been automatically locked. If you think you have
found something related to this, please open a new issue by following
the issue guide (<https://yihui.org/issue/>), and link to this
old issue if necessary.
issue-lock-reason: 'resolved'
pr-inactive-days: '180'
# exclude-pr-created-before: ''
# exclude-pr-created-after: ''
# exclude-pr-created-between: ''
# exclude-pr-closed-before: ''
# exclude-pr-closed-after: ''
# exclude-pr-closed-between: ''
# include-any-pr-labels: ''
# include-all-pr-labels: ''
# exclude-any-pr-labels: ''
# add-pr-labels: ''
# remove-pr-labels: ''
# pr-comment: ''
# pr-lock-reason: 'resolved'
# process-only: ''
# log-output: false