Skip to content

Commit

Permalink
chore: update message in GHA lock conversations (#30942)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Fix the misleading message in #30941

### Reason for this change

Update message left by GHA

### Description of changes

Since we lock conversations, we should update the message to be more accurate.

### Description of how you validated changes

Tested in private fork with GHA.

### Checklist
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
GavinZZ authored Jul 24, 2024
1 parent 7998eeb commit cd80fca
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 cd80fca

Please sign in to comment.