Skip to content

ci: fix and simplify release automation#2691

Merged
gilcu3 merged 2 commits intomainfrom
2690-ci-fix-release-workflow-permissions-and-simplify-trigger
Apr 2, 2026
Merged

ci: fix and simplify release automation#2691
gilcu3 merged 2 commits intomainfrom
2690-ci-fix-release-workflow-permissions-and-simplify-trigger

Conversation

@gilcu3
Copy link
Copy Markdown
Contributor

@gilcu3 gilcu3 commented Apr 2, 2026

Closes #2690

Follow-up to #2674

@gilcu3 gilcu3 linked an issue Apr 2, 2026 that may be closed by this pull request
Comment on lines -11 to -15
pull_request:
branches:
- main
types:
- closed
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a simplification, the idea is to trigger on tag push only, as mentioned in the updated doc

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I missed that this was still around

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah me too :)

@claude
Copy link
Copy Markdown

claude bot commented Apr 2, 2026

Review: CI workflow simplification

No critical issues found. The changes correctly simplify the release workflow by removing the pull_request trigger path and consolidating on tag-push only. The permission scoping is correct — contents: read at workflow level with contents: write scoped to just the create-release job.

✅ Approved

netrome
netrome previously approved these changes Apr 2, 2026
Copy link
Copy Markdown
Collaborator

@netrome netrome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Comment on lines -11 to -15
pull_request:
branches:
- main
types:
- closed
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I missed that this was still around

@gilcu3 gilcu3 force-pushed the 2690-ci-fix-release-workflow-permissions-and-simplify-trigger branch from f5ed949 to 5313111 Compare April 2, 2026 07:11
netrome
netrome previously approved these changes Apr 2, 2026
@gilcu3 gilcu3 added this pull request to the merge queue Apr 2, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 2, 2026
@gilcu3 gilcu3 added this pull request to the merge queue Apr 2, 2026
Merged via the queue into main with commit 01c3b3f Apr 2, 2026
27 checks passed
@gilcu3 gilcu3 deleted the 2690-ci-fix-release-workflow-permissions-and-simplify-trigger branch April 2, 2026 08:09
Copilot AI pushed a commit that referenced this pull request Apr 8, 2026
Co-authored-by: netrome <22524681+netrome@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: Fix Release workflow permissions and simplify trigger

3 participants