Skip to content

Commit

Permalink
Fix at mention in operator pr (#6630)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 15, 2022
1 parent ba9876e commit 6c9e88e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reusable-create-operator-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
VERSION: ${{ inputs.version }}
run: |
message="Update the javaagent version to $VERSION"
# note that @open-telemetry/java-instrumentation-approvers cannot be used below
# because opentelemetrybot is not a member of the OpenTelemetry org,
# and so it cannot @ mention OpenTelemetry org groups
body="Update the javaagent version to \`$VERSION\`.
cc @open-telemetry/java-instrumentation-approvers
cc @laurit @mateuszrzeszutek @trask
"
# gh pr create doesn't have a way to explicitly specify different head and base
Expand Down

0 comments on commit 6c9e88e

Please sign in to comment.