Skip to content

Commit 9050993

Browse files
authored
fix(ci): Stop running changelog-check.yml on merge_group trigger (#923)
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. <!-- CURSOR_SUMMARY --> --- > [!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. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 55737d8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0cd16cb commit 9050993

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/changelog-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Check Changelog
33
on:
44
pull_request:
55
types: [opened, synchronize, labeled, unlabeled]
6-
merge_group:
76

87
jobs:
98
check-changelog:

0 commit comments

Comments
 (0)