pipe-cd/pipecd

Can you support `merge_group` event in plan-preview-action ?

Open

#4.854 geöffnet am 1. Apr. 2024

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (319 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (1.329 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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:

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

Contributor Guide