Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: remove --label automated from gh pr create (label does not exist)
  • Loading branch information
mnriem committed Mar 2, 2026
commit b613354e6ffc8a5365b490353c2850b27d4e67dd
3 changes: 1 addition & 2 deletions .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ jobs:

This PR was created by the Release Trigger workflow. The git tag \`${{ steps.version.outputs.tag }}\` has already been pushed and the release artifacts are being built.

Merge this PR to record the version bump and changelog update on \`main\`." \
--label "automated"
Merge this PR to record the version bump and changelog update on \`main\`."
Comment thread
mnriem marked this conversation as resolved.

- name: Summary
run: |
Expand Down