EmbarkStudios / octobors

Rust program for automerging PRs based on a few rules
Apache License 2.0
40 stars 2 forks source link

Add support for label to merge trivial changes even if no reviews have been approved #34

Closed repi closed 1 year ago

repi commented 1 year ago

For trivial small changes we've discussed adding support for having an opt-in label on them that would enable the octobors to skip waiting for approvals for pending reviewers and merge as soon as builds pass (and there are no "required changes").

This would greatly speed up PR merge flow by explicitly opting out of pre-merge reviews for some changes

repi commented 1 year ago

cc @fu5ha who was part of the structuring the discussions that led to this