mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
Set bors approval minimum to 1
In the future having 2 code owners review will be standard on large changes. Setting the bors minimum to 1 will give flexibility for small changes.
This commit is contained in:
parent
20a046bbbb
commit
b8fc28e840
@ -12,7 +12,7 @@ status = [
|
||||
]
|
||||
|
||||
# Number of project members who must approve the PR (using GitHub Reviews) before it is pushed to master.
|
||||
required_approvals = 2
|
||||
required_approvals = 1
|
||||
|
||||
# Approvals up to date with the latest PR commit will count towards the number of required approvals.
|
||||
up_to_date_approvals = true
|
||||
|
Loading…
Reference in New Issue
Block a user