Skip to content

Commit

Permalink
chore(ci): Add a message to the automatic lock. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera authored Dec 2, 2024
1 parent 4775caa commit 91d5dd6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@ jobs:
- uses: dessant/lock-threads@v4
with:
issue-inactive-days: '0'
pr-inactive-days: '0'
pr-inactive-days: '0'
issue-comment: >
This issue has been automatically locked.
Create a new discussion if you'd like to continue the conversation.
https://github.com/cargo-lambda/cargo-lambda/discussions/new?category=general
pr-comment: >
This pull request has been automatically locked.
Create a new discussion if you'd like to continue the conversation.
https://github.com/cargo-lambda/cargo-lambda/discussions/new?category=general
process-only: 'issues, prs'

0 comments on commit 91d5dd6

Please sign in to comment.