Skip to content

Commit

Permalink
chore: update lock bot wording (#54099)
Browse files Browse the repository at this point in the history
Follow-up of #54048. We changed the lock action from waiting 1 month to 2 weeks, but the wording was not reflecting it.
  • Loading branch information
balazsorban44 committed Aug 16, 2023
1 parent 77acd16 commit a6415c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_lock.yml
Expand Up @@ -24,6 +24,6 @@ jobs:
add-issue-labels: 'locked'
add-pr-labels: 'locked'
issue-inactive-days: 14
issue-comment: 'This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.'
issue-comment: 'This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.'
pr-inactive-days: 14
log-output: true

0 comments on commit a6415c6

Please sign in to comment.