From 35a3b2645e777205c07c5dcc3caf372815f8793b Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Mon, 25 Mar 2024 11:24:46 +0200 Subject: [PATCH] that -> the --- release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.yaml b/release.yaml index 7b084c3b..e77d0bf2 100644 --- a/release.yaml +++ b/release.yaml @@ -178,7 +178,7 @@ internal: # Post a comment on the PR. cat << EOF | gh pr comment "$branch" --body-file - - :green_circle: Internal release is ready for promotion! - - :warning: Do not close/merge that pull request or delete the associated branch if you intend to promote it. + - :warning: Do not close/merge the pull request or delete the associated branch if you intend to promote it. EOF # Post an annotation. cat << EOF | buildkite-agent annotate --style info @@ -273,7 +273,7 @@ promoteToPublic: cat << EOF | gh pr comment "$internal_branch" --body-file - - :green_circle: Release has been promoted, see tag: $tag_url. - :no_entry: Do not under any circumstance delete the branch holding the tagged commit (i.e. \`$release_branch\`). - - :arrow_right: You can safely close that PR and delete its a associated branch. + - :arrow_right: You can safely close the PR and delete its a associated branch. EOF cat << EOF | gh pr comment "$promote_branch" --body-file -