diff --git a/.github/workflows/auto-update-otel-sdk.yml b/.github/workflows/auto-update-otel-sdk.yml index 5e5b4308d11d..85141c900906 100644 --- a/.github/workflows/auto-update-otel-sdk.yml +++ b/.github/workflows/auto-update-otel-sdk.yml @@ -33,7 +33,7 @@ jobs: | sed 's/^v//') matches=$(gh pr list \ - --author otelbot \ + --author app/otelbot \ --state open \ --search "in:title \"Update the OpenTelemetry SDK version to $latest_version\"") if [ ! -z "$matches" ]