We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed55449 commit 5692896Copy full SHA for 5692896
.github/workflows/auto-update-otel-sdk.yml
@@ -33,7 +33,7 @@ jobs:
33
| sed 's/^v//')
34
35
matches=$(gh pr list \
36
- --author otelbot \
+ --author app/otelbot \
37
--state open \
38
--search "in:title \"Update the OpenTelemetry SDK version to $latest_version\"")
39
if [ ! -z "$matches" ]
0 commit comments