From 6c9e88e78a0f6d60a62e4ef632918f647f06891d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 15 Sep 2022 03:38:31 -0700 Subject: [PATCH] Fix at mention in operator pr (#6630) --- .github/workflows/reusable-create-operator-pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-create-operator-pull-request.yml b/.github/workflows/reusable-create-operator-pull-request.yml index 4e6105c8aabe..af69232582b8 100644 --- a/.github/workflows/reusable-create-operator-pull-request.yml +++ b/.github/workflows/reusable-create-operator-pull-request.yml @@ -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