diff --git a/.github/workflows/update-otel.yaml b/.github/workflows/update-otel.yaml index 5064d77500fb..81f433cb3076 100644 --- a/.github/workflows/update-otel.yaml +++ b/.github/workflows/update-otel.yaml @@ -29,8 +29,16 @@ jobs: uses: peter-evans/create-pull-request@v7 with: branch: opentelemetrybot/update-otel + path: opentelemetry-collector-contrib + base: main + author: + opentelemetrybot + <107717825+opentelemetrybot@users.noreply.github.com> + committer: + opentelemetrybot + <107717825+opentelemetrybot@users.noreply.github.com> token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} - commit-message: Update to latest opentelemetry-collector release. + commit-message: [chore] Update to latest opentelemetry-collector release. title: "[chore] Update to latest opentelemetry-collector" body: | This PR updates the opentelemetry-collector dependency to the latest release.