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 }}