Skip to content

fix(ci): Stop running changelog-check.yml on merge_group trigger#923

Merged
rekmarks merged 1 commit intomainfrom
rekm/fix-changelog-check
Apr 8, 2026
Merged

fix(ci): Stop running changelog-check.yml on merge_group trigger#923
rekmarks merged 1 commit intomainfrom
rekm/fix-changelog-check

Conversation

@rekmarks
Copy link
Copy Markdown
Member

@rekmarks rekmarks commented Apr 8, 2026

Removes the merge_group trigger from the changelog workflow in CI, which the action is not configured to support and will cause it to fail.


Note

Low Risk
Low risk workflow change limited to CI triggers; it only reduces when the job runs and should not affect runtime code.

Overview
Stops .github/workflows/changelog-check.yml from running on the merge_group event, leaving it triggered only by pull_request activity.

This avoids running the changelog check action in a context it isn’t configured to handle (merge queue), preventing CI failures there.

Reviewed by Cursor Bugbot for commit 55737d8. Bugbot is set up for automated code reviews on this repo. Configure here.

@rekmarks rekmarks added the no-changelog Indicates that no changelog updates are required, and that related CI checks should be skipped. label Apr 8, 2026
@rekmarks rekmarks requested a review from a team as a code owner April 8, 2026 16:22
@rekmarks rekmarks enabled auto-merge April 8, 2026 16:22
@rekmarks rekmarks added this pull request to the merge queue Apr 8, 2026
Merged via the queue into main with commit 9050993 Apr 8, 2026
22 checks passed
@rekmarks rekmarks deleted the rekm/fix-changelog-check branch April 8, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Indicates that no changelog updates are required, and that related CI checks should be skipped.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants