Skip to content

Commit afe605d

Browse files
authored
fix(lock-threads): use original lock-threads action (#212)
* fix(lock-threads): use original lock-threads action Signed-off-by: Frazer Smith <frazer.dev@icloud.com> * Apply suggestion from @Fdawgs Signed-off-by: Frazer Smith <frazer.dev@icloud.com> --------- Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 9118be9 commit afe605d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lock-threads.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Lock inactive issues and prs
18-
uses: jsumners/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3.0.0
18+
uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
1919
with:
2020
issue-inactive-days: '90'
2121
pr-inactive-days: '90'
@@ -27,4 +27,4 @@ jobs:
2727
pr-comment: >
2828
This pull request has been automatically locked since there
2929
has not been any recent activity after it was closed.
30-
Please open a new issue for related bugs.
30+
Please open a new issue for related bugs.

0 commit comments

Comments
 (0)