Open TakumaKurosawa opened 8 months ago
What would you like to be added:
I would like you to support the merge_group event in plan-preview-action.
merge_group
Why is this needed:
My project is using merge queue.
Merge queue is failed with this error:
unexpected event merge_group, only "pull_request", "issue_comment" and "push" event are supported
Reference:
https://github.com/pipe-cd/pipecd/blob/7b471d7a9f2eb09ccbc0a9222b6e7adb08ea2edf/tool/actions-plan-preview/main.go#L231-L233
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
What would you like to be added:
I would like you to support the
merge_group
event in plan-preview-action.Why is this needed:
My project is using merge queue.
Merge queue is failed with this error:
Reference:
https://github.com/pipe-cd/pipecd/blob/7b471d7a9f2eb09ccbc0a9222b6e7adb08ea2edf/tool/actions-plan-preview/main.go#L231-L233