From ba59f88c4283839c67ad486116ff9c37218925ca Mon Sep 17 00:00:00 2001 From: Dmitry Anoshin Date: Fri, 10 Jan 2025 11:39:24 -0800 Subject: [PATCH] [chore] Fix the job updating otelcol core dependency Fix https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12713829455/job/35445661001 by adding pissing `path`. Other additions are improvements --- .github/workflows/update-otel.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.