Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow actions to be triggered by merge queue #9680

Closed
wants to merge 3 commits into from

Conversation

benjervis
Copy link
Contributor

In order to use merge queues, GitHub Actions needs to be able to re-run CI in the background to make sure that things are ok to merge, which means the actions need to be triggerable on merge_group.

Have added this trigger to the non-manual actions we have (which is just ci and canary-release).

@benjervis benjervis enabled auto-merge May 1, 2024 01:58
@benjervis benjervis disabled auto-merge May 1, 2024 01:58
@@ -4,6 +4,7 @@
name: canary-release

on:
merge_group:
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't want this here

@yamadapc
Copy link
Contributor

yamadapc commented May 1, 2024

Let's use #9658

@yamadapc yamadapc closed this May 1, 2024
@benjervis benjervis deleted the update-ci-for-merge-queues branch May 1, 2024 02:17
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.

None yet

3 participants