We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4775caa commit 91d5dd6Copy full SHA for 91d5dd6
.github/workflows/lock.yml
@@ -19,4 +19,13 @@ jobs:
19
- uses: dessant/lock-threads@v4
20
with:
21
issue-inactive-days: '0'
22
- pr-inactive-days: '0'
+ 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
30
31
+ process-only: 'issues, prs'
0 commit comments