fix release workflow - #129
Conversation
Signed-off-by: Pawel Szelag <pablo.szel@gmail.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
Fixes the automatic release workflow which was never actually triggering correctly. Releases were being created manually via
workflow_dispatchinstead.What changed
Fix
contents: readchanged tocontents: write, as release-please needs write access to push changelog updates and create the release PR. This is most likely the reason for it to silently do nothing.Improvements
pull_request: closedtopush: main, as the previous trigger fired on all PR closes including non-mergesdependabot[bot]exclusion to skip release on dependency bump merges