Skip to content

Commit

Permalink
[chore] Fix the job updating otelcol core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Jan 10, 2025
1 parent 992d3b0 commit ba59f88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/update-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ba59f88

Please sign in to comment.