File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : ' Lock Threads'
2
+
3
+ on :
4
+ schedule :
5
+ - cron : ' 0 0 * * *'
6
+
7
+ jobs :
8
+ lock :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : dessant/lock-threads@v2
12
+ with :
13
+ github-token : ${{ github.token }}
14
+ issue-lock-inactive-days : ' 14'
15
+ # issue-exclude-labels: ''
16
+ # issue-lock-labels: 'outdated'
17
+ issue-lock-comment : >
18
+ This issue has been automatically locked. If you believe you have
19
+ found a related problem, please file a new issue (with a reprex:
20
+ <https://reprex.tidyverse.org>) and link to this issue.
21
+ issue-lock-reason : ' '
22
+ pr-lock-inactive-days : ' 14'
23
+ # pr-exclude-labels: 'wip'
24
+ pr-lock-labels : ' '
25
+ pr-lock-comment : >
26
+ This pull request has been automatically locked. If you believe you
27
+ have found a related problem, please file a new issue (with a reprex:
28
+ <https://reprex.tidyverse.org>) and link to this issue.
29
+ pr-lock-reason : ' '
30
+ # process-only: 'issues'
You can’t perform that action at this time.
0 commit comments