Files
simple-rust-tests/__wasm/wit-bindgen-sample/engine/boa/bors.toml
2022-07-17 10:11:20 +08:00

25 lines
432 B
TOML

# docs https://bors.tech/documentation/
status = [
"Tests on Linux",
"Tests on Windows",
"Tests on MacOS",
"Rustfmt",
"Clippy",
"Examples",
"Documentation",
]
pr_status = [
"Tests on Linux",
"Tests on Windows",
"Tests on MacOS",
"Rustfmt",
"Clippy",
"Examples",
"Documentation",
]
block_labels = [ "blocked" ]
required_approvals = 2
delete_merged_branches = true
use_squash_merge = true
update_base_for_deletes = true