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

Support for GitHub Merge Queues #48

Closed
JakeWhitakerSempre opened this issue Apr 18, 2024 · 2 comments
Closed

Support for GitHub Merge Queues #48

JakeWhitakerSempre opened this issue Apr 18, 2024 · 2 comments

Comments

@JakeWhitakerSempre
Copy link

Currently Aikido fails to run if triggered on a Merge queue event.

Error: start scan failed: {"status_code":400,"reason_phrase":"Missing field: base_commit_id"}

The GitHub action trigger is different for a merge queue so the payload does not match.

Github docs:

https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue

https://docs.github.com/en/webhooks/webhook-events-and-payloads#merge_group

@Kemosabert
Copy link
Member

Hey Jake,
Thanks for flagging this. We've created a patch for this in PR #50 and it will be available in version 1.0.12 of the action. I will let you know once its released.

@Kemosabert
Copy link
Member

@JakeWhitakerSempre version v1.0.12 has been released and is ready for usage in merge queues 👍

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

No branches or pull requests

2 participants