From 9a6b835886357f868a4f54261ce3764d4bfbcfc6 Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Tue, 21 Jan 2025 21:46:05 -0800 Subject: [PATCH] [chore] Update a PR title in the update-otel job --- .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 b871205077574..e6d8b27c4f5de 100644 --- a/.github/workflows/update-otel.yaml +++ b/.github/workflows/update-otel.yaml @@ -28,6 +28,6 @@ jobs: make genotelcontribcol make update-otel git push --set-upstream origin $branch - gh pr create --base main --title "[chore] Update core dependencies ${CANDIDATE_BETA}" --body "This PR updates the opentelemetry-collector dependency to the latest release" + gh pr create --base main --title "[chore] Update core dependencies" --body "This PR updates the opentelemetry-collector dependency to the latest release" env: GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}