Skip to content

Commit

Permalink
that -> the
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar committed Mar 25, 2024
1 parent 73a8fec commit 35a3b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 -
Expand Down

0 comments on commit 35a3b26

Please sign in to comment.