diff --git a/.github/workflows/update_collector.yaml b/.github/workflows/update_collector.yaml index 7a786d1b23..c6c4f74612 100644 --- a/.github/workflows/update_collector.yaml +++ b/.github/workflows/update_collector.yaml @@ -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