Skip to content

Commit

Permalink
[chore] Update a PR title in the update-otel job (open-telemetry#37401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Jan 22, 2025
1 parent a151d16 commit 21ce757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 21ce757

Please sign in to comment.