From dcd640a19c1198f1f35d482a0761bd46eb3dd392 Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Tue, 14 Jan 2025 11:11:42 -0800 Subject: [PATCH] [chore] Fix update-otel github actions again (#37174) "[chore]" is interpreted as a list. Need to make clear it's a string --- .github/workflows/update-otel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-otel.yaml b/.github/workflows/update-otel.yaml index 76cf8355db4a..79f963ccd027 100644 --- a/.github/workflows/update-otel.yaml +++ b/.github/workflows/update-otel.yaml @@ -32,7 +32,7 @@ jobs: path: opentelemetry-collector-contrib base: main token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} - commit-message: [chore] Update to latest opentelemetry-collector release. + commit-message: "[chore] Update to latest opentelemetry-collector release" title: "[chore] Update to latest opentelemetry-collector" body: | This PR updates the opentelemetry-collector dependency to the latest release.