We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafdfdd commit de9aab3Copy full SHA for de9aab3
.github/workflows/update-otel.yaml
@@ -28,6 +28,6 @@ jobs:
28
make genotelcontribcol
29
make update-otel
30
git push --set-upstream origin $branch
31
- 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"
32
env:
33
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
0 commit comments