You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lock.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ jobs:
18
18
runs-on: ubuntu-latest
19
19
steps:
20
20
- uses: dessant/lock-threads@v3
21
-
github-token: ${{ secrets.LOCK_TOKEN }}
22
-
issue-inactive-days: 30
23
-
issue-comment: 'This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.'
24
-
pr-inactive-days: 30
21
+
with:
22
+
github-token: ${{ secrets.LOCK_TOKEN }}
23
+
issue-inactive-days: 30
24
+
issue-comment: 'This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.'
0 commit comments