Commit f3f7578 1 parent c8937fa commit f3f7578 Copy full SHA for f3f7578
File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : ' Autolock RitBot for for PR'
2
+
3
+ on :
4
+ schedule :
5
+ - cron : ' 0 */2 * * *'
6
+ workflow_dispatch :
7
+
8
+ permissions :
9
+ issues : write
10
+ pull-requests : write
11
+
12
+ concurrency :
13
+ group : lock
14
+
15
+ jobs :
16
+ action :
17
+ runs-on : ubuntu-latest
18
+ steps :
19
+ - uses : dessant/lock-threads@v3
20
+ with :
21
+
22
+ github-token : ${{ github.token }}
23
+ pr-inactive-days : ' 14'
24
+ exclude-pr-created-before : ' '
25
+ exclude-pr-created-after : ' '
26
+ exclude-pr-created-between : ' '
27
+ exclude-pr-closed-before : ' '
28
+ exclude-pr-closed-after : ' '
29
+ exclude-pr-closed-between : ' '
30
+ include-any-pr-labels : ' automerge'
31
+ include-all-pr-labels : ' '
32
+ exclude-any-pr-labels : ' '
33
+ add-pr-labels : ' locked PR'
34
+ remove-pr-labels : ' '
35
+ pr-comment : ' This PR has been automatically locked since there has not been any activity in past 14 days after it was merged.'
36
+ pr-lock-reason : ' resolved'
37
+ log-output : true
You can’t perform that action at this time.
0 commit comments