From de9aab3a42e8d736261524cb858ab2b338e3b395 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:21:31 -0800 Subject: [PATCH] [chore] update title of the PR created, to avoid confusion (#37396) Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- .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 ea071797a52a..b87120507757 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] Prepare release ${CANDIDATE_BETA}" --body "This PR updates the opentelemetry-collector dependency to the latest release" + gh pr create --base main --title "[chore] Update core dependencies ${CANDIDATE_BETA}" --body "This PR updates the opentelemetry-collector dependency to the latest release" env: GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}