You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub announced a new merge queue capability that is currently in limited beta. It allows an additional flow path for merging pull requests by adding them to a merge queue (handled by GitHub Actions behind the scenes). This feature is still relatively undocumented, so we can't take action on this yet, but adding this feature to Bulldozer would help Bulldozer integrate well with this new functionality from GitHub.
Thanks for filing this. I think the idea of integrating with the merge queue makes a lot of sense. I think we'll want to wait until the feature is out of public beta to let the API stabilize.
On your points of discussion:
Should this feature be implemented as a new merge-method, or a separate construct? We may want a separate option, since the merge queue takes as input a merge method and pull request to perform the merge itself.
GitHub announced a new merge queue capability that is currently in limited beta. It allows an additional flow path for merging pull requests by adding them to a merge queue (handled by GitHub Actions behind the scenes). This feature is still relatively undocumented, so we can't take action on this yet, but adding this feature to Bulldozer would help Bulldozer integrate well with this new functionality from GitHub.
Additional resources:
Next steps before implementation could be planned:
Additional features to consider once this one is implemented:
The text was updated successfully, but these errors were encountered: