Skip to content

Commit

Permalink
notify-changelog-cut.sh: clarify this is an automated action (#10327)
Browse files Browse the repository at this point in the history
I see some people replying to these comments, but in reality the author wouldn't normally follow up

Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov authored Jan 3, 2025
1 parent 22a09fe commit 1aec7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/notify-changelog-cut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for PR_ID in ${OPEN_PR_IDS}; do

# The backtick here is markdown and we don't want to get it evaluated by the shell.
# shellcheck disable=SC2016
PR_COMMENT_LINK=$(gh pr comment "${PR_ID}" --body 'The CHANGELOG has just been cut to prepare for the next release. Please rebase `main` and eventually move the CHANGELOG entry added / updated in this PR to the top of the '$CHANGELOG_PATH' document. Thanks!')
PR_COMMENT_LINK=$(gh pr comment "${PR_ID}" --body ':robot: _Automated comment_ <br><br>The CHANGELOG has just been cut to prepare for the next release. Please rebase `main` and eventually move the CHANGELOG entry added / updated in this PR to the top of the '$CHANGELOG_PATH' document. Thanks!')
gh pr edit "${PR_ID}" --add-label "${NOTIFICATION_LABEL}" >/dev/null

echo " Notification posted: ${PR_COMMENT_LINK}"
Expand Down

0 comments on commit 1aec7e3

Please sign in to comment.