fix(github-actions): restore "This" prefix in lock-bot message#3695
Merged
alan-agius4 merged 2 commits intoMay 21, 2026
Conversation
50d5968 to
f6faa8e
Compare
Contributor
Author
|
@alan-agius4 since you were on #3693, flagging this small follow-up. Restores the leading "This" in the lock-bot message. |
f6faa8e to
c78c63f
Compare
angular#3693 dropped the leading "This " from the lock-bot message, so it now opens with "Issue has been..." or "Pull request has been..." instead of "This issue has been...". This also no longer matches the wording asked for in angular/angular#68848. Restore the "This " prefix so both branches read naturally and match the original request. Refs angular#3693, angular/angular#68848
c78c63f to
475199a
Compare
alan-agius4
approved these changes
May 21, 2026
Contributor
|
Thanks @erkamyaman |
Contributor
Author
Pleasure is all mine! but DevInfra CI's failing on main_test with a bundled main.js mismatch. Any tip on regenerating it properly? |
Contributor
|
I believe it’s |
Contributor
|
@erkamyaman, if you don’t manage I can do it for you. |
Contributor
Author
I would appreciate it so much, thank you |
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#3693 dropped the leading "This " from the lock-bot message, so it now reads "Issue has been..." / "Pull request has been..." instead of "This issue has been...". Restore the prefix so the wording matches angular/angular#68848 and the pre-#3693 message.
Refs #3693
Refs angular/angular#68848