Skip to content

Commit

Permalink
ci(workflows): update lock-threads comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 8, 2025
1 parent 5fe5729 commit 028d150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lock-threads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
process-only: issues
issue-inactive-days: 30
issue-comment: |
This issue has been automatically locked since there has not been any recent activity after it was closed.
This issue has been automatically locked due to inactivity since its closure.
lock-prs:
runs-on: ubuntu-latest
Expand All @@ -34,4 +34,4 @@ jobs:
process-only: prs
pr-inactive-days: 30
pr-comment: >
This pull request has been automatically locked since there has not been any recent activity after it was closed.
This pull request has been automatically locked due to inactivity since its closure.

0 comments on commit 028d150

Please sign in to comment.