Skip to content

Commit b2404ab

Browse files
authored
housekeeping: Fix workflow syntax
1 parent 5d3560d commit b2404ab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/lock.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- 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.

0 commit comments

Comments
 (0)