Add bors.toml to enable bors

See https://github.com/input-output-hk/iohk-ops/blob/master/docs/bors.md
This commit is contained in:
Hamish Mackenzie 2020-03-05 12:22:57 +13:00
parent fbeb1e09aa
commit f782ce860a
No known key found for this signature in database
GPG Key ID: A9225633A5555FDD

8
bors.toml Normal file
View File

@ -0,0 +1,8 @@
status = [
"buildkite/haskell-dot-nix",
"ci/hydra:Cardano:haskell-nix:required",
]
timeout_sec = 7200
required_approvals = 1
block_labels = [ "WIP", "DO NOT MERGE" ]
delete_merged_branches = true