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

Can you support merge_group event in plan-preview-action ? #4854

Open
TakumaKurosawa opened this issue Apr 1, 2024 · 0 comments
Open

Can you support merge_group event in plan-preview-action ? #4854

TakumaKurosawa opened this issue Apr 1, 2024 · 0 comments

Comments

@TakumaKurosawa
Copy link
Contributor

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:

func isSupportedGitHubEvent(event string) bool {
return event == pullRequestEventName || event == commentEventName || event == pushEventName
}

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

1 participant