Fix workflow (#13265)

This commit is contained in:
Trask Stalnaker 2025-02-10 14:41:39 -08:00 committed by GitHub
parent ed5544945e
commit 569289657e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]