Add support for merge queues #1036
Labels
hacktoberfest
Hacktoberfest eligible
note:good-first-issue
A good first issue to get started with
note:ideal-for-contribution
An issue that a contributor can help us with
type:enhancement
A general enhancement
Describe the Enhancement
Github Actions has beta support for merge queues. To enable merge queues, you need to add a trigger for
merge_group:
to the workflows that should run when the PR is added to the merge queue. This trigger needs to be added to pipeline-builder.Possible Solution
Add the trigger and ensure that it can easily be added to workflows generated by pipeline-builder.
Motivation
Support for Merge Queues.
The text was updated successfully, but these errors were encountered: