mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
432 B
25 lines
432 B
3 years ago
|
# 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
|