EmbarkStudios / octobors

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

Add a trivial review label #35

Closed bnjbvr closed 1 year ago

bnjbvr commented 1 year ago

This adds a new trivial review label to the configuration, which if it is present, makes it so that the PR doesn't block on reviews. Other preconditions may still prevail (e.g. CI must pass), but the requirement on reviewers in particular is relaxed.

Fixes #34.

bnjbvr commented 1 year ago

See it in action there: https://github.com/bnjbvr/octotest/pull/2