File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : dessant/lock-threads@v3
20
- with :
21
- github-token : ${{ github.token }}
22
- issue-inactive-days : ' 14'
23
- pr-inactive-days : ' 14'
24
- issue-comment : >
25
- This issue has been automatically locked since there
26
- has not been any recent activity after it was closed.
27
- Please open a new issue for related bugs.
28
- pr-comment : >
29
- This pull request has been automatically locked since there
30
- has not been any recent activity after it was closed.
31
- Please open a new issue for related bugs.
20
+ with :
21
+ github-token : ${{ github.token }}
22
+ issue-inactive-days : ' 14'
23
+ pr-inactive-days : ' 14'
24
+ issue-comment : >
25
+ This issue has been automatically locked since there
26
+ has not been any recent activity after it was closed.
27
+ Please open a new issue for related bugs.
28
+ pr-comment : >
29
+ This pull request has been automatically locked since there
30
+ has not been any recent activity after it was closed.
31
+ Please open a new issue for related bugs.
You can’t perform that action at this time.
0 commit comments