Skip to content

Commit

Permalink
Update message in GHA lock conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZZ committed Jul 24, 2024
1 parent 64afa72 commit 8267c5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lock-issue-pr-with-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
message: |
Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
lock:
permissions:
pull-requests: write
issues: write
runs-on: ubuntu-latest
needs: auto_comment
needs: auto_comment # only run after comment is complete
steps:
- name: Lock closed issue or PR
run: |
Expand Down

0 comments on commit 8267c5f

Please sign in to comment.