mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-24 02:31:44 +03:00
Update bors.toml
This commit is contained in:
parent
2128025df5
commit
73b31998a0
16
bors.toml
16
bors.toml
@ -1,8 +1,20 @@
|
||||
# Required status checks that must pass before merging
|
||||
# List of commit statuses that must pass on the merge commit before it is pushed to master.
|
||||
status = [
|
||||
# Cargo fmt check must pass
|
||||
"Check Style",
|
||||
|
||||
# Cargo clippy check must pass
|
||||
"Clippy"
|
||||
]
|
||||
|
||||
# Cargo test check must pass
|
||||
"Test"
|
||||
]
|
||||
|
||||
# Number of project members who must approve the PR (using GitHub Reviews) before it is pushed to master.
|
||||
required_approvals = 2
|
||||
|
||||
# Approvals up to date with the latest PR commit will count towards the number of required approvals.
|
||||
up_to_date_approvals = true
|
||||
|
||||
# List of PR labels that may not be attached to a PR when it is r+-ed.
|
||||
# block_labels = [ "wip" ]
|
||||
|
Loading…
Reference in New Issue
Block a user