Skip to content

Commit 5692896

Browse files
authored
Fix workflow (#13265)
1 parent ed55449 commit 5692896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update-otel-sdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
| sed 's/^v//')
3434
3535
matches=$(gh pr list \
36-
--author otelbot \
36+
--author app/otelbot \
3737
--state open \
3838
--search "in:title \"Update the OpenTelemetry SDK version to $latest_version\"")
3939
if [ ! -z "$matches" ]

0 commit comments

Comments
 (0)