Skip to content

Commit 91d5dd6

Browse files
authored
chore(ci): Add a message to the automatic lock. (#71)
1 parent 4775caa commit 91d5dd6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/lock.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@ jobs:
1919
- uses: dessant/lock-threads@v4
2020
with:
2121
issue-inactive-days: '0'
22-
pr-inactive-days: '0'
22+
pr-inactive-days: '0'
23+
issue-comment: >
24+
This issue has been automatically locked.
25+
Create a new discussion if you'd like to continue the conversation.
26+
https://github.com/cargo-lambda/cargo-lambda/discussions/new?category=general
27+
pr-comment: >
28+
This pull request has been automatically locked.
29+
Create a new discussion if you'd like to continue the conversation.
30+
https://github.com/cargo-lambda/cargo-lambda/discussions/new?category=general
31+
process-only: 'issues, prs'

0 commit comments

Comments
 (0)