Skip to content

Commit cd80fca

Browse files
authored
chore: update message in GHA lock conversations (#30942)
### 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*
1 parent 7998eeb commit cd80fca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lock-issue-pr-with-message.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
message: |
2020
Comments on closed issues and PRs are hard for our team to see.
2121
If you need help, please open a new issue that references this one.
22-
If you wish to keep having a conversation with other community members under this issue feel free to do so.
2322
lock:
2423
permissions:
2524
pull-requests: write
2625
issues: write
2726
runs-on: ubuntu-latest
28-
needs: auto_comment
27+
needs: auto_comment # only run after comment is complete
2928
steps:
3029
- name: Lock closed issue or PR
3130
run: |

0 commit comments

Comments
 (0)