Skip to content

fix release workflow - #129

Merged
pabloszel11 merged 1 commit into
mainfrom
fixReleaseWorkflow
Sep 22, 2026
Merged

pabloszel11 merged 1 commit into
mainfrom
fixReleaseWorkflow

Conversation

@pabloszel11

@pabloszel11 pabloszel11 commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Fixes the automatic release workflow which was never actually triggering correctly. Releases were being created manually via workflow_dispatch instead.

What changed

Fix

contents: read changed to contents: 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

  • Trigger changed from pull_request: closed to push: main, as the previous trigger fired on all PR closes including non-merges
  • Added dependabot[bot] exclusion to skip release on dependency bump merges

Signed-off-by: Pawel Szelag <pablo.szel@gmail.com>
@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 950b3563-1f60-4ac8-b140-52b2d908928e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Sep 17, 2026

Copy link
Copy Markdown

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedSep 17, 2026, 1:36 PM

@pabloszel11
pabloszel11 requested a review from nnicora September 17, 2026 13:36
@push-tags-from-workflow push-tags-from-workflow Bot added bug Something isn't working ci-cd labels Sep 17, 2026
@pabloszel11
pabloszel11 merged commit 35b7581 into main Sep 22, 2026
10 checks passed
@pabloszel11
pabloszel11 deleted the fixReleaseWorkflow branch September 22, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci-cd

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants