Skip to content

Commit

Permalink
Improve the collector github workflow (signalfx#1044)
Browse files Browse the repository at this point in the history
* Optimize collector workflow to use a single 'update-collector' branch, preventing multiple PRs for different versions when only one is needed

* Apply 'Skip Changelog' label for the collector workflow since the automated release notes will handle this task
  • Loading branch information
jvoravong authored Nov 30, 2023
1 parent 7266515 commit 9ff25b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
commit-message: Update collector version
title: Update collector version to ${{ steps.update.outputs.LATEST_VER }}
body: Use the new version of the collector
branch: "update-${{ steps.update.outputs.LATEST_VER }}"
branch: "update-collector"
# The "Skip Changelog" label is applied because the ci_scripts/chloggen-update.sh script
# will automatically add information about the collector when a release is created.
labels: ["Skip Changelog"]
base: main
delete-branch: true

0 comments on commit 9ff25b6

Please sign in to comment.