1
0
Fork 0

Closes #5382: Adds bors bot (#5899)

master
Sawyer Blatz 2019-10-09 17:21:17 -07:00 committed by GitHub
parent ed239ec250
commit 46ddfd0fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
bors.toml 100644
View File

@ -0,0 +1,21 @@
status = [
"build-debug",
"test-debug",
"test-ui",
"lint-compare-locales",
"lint-detekt",
"lint-ktlint",
"lint-lint"
]
block_labels = [
"needs:data-review",
"do not land",
"pr:work-in-progress",
"pr:needs-changes"
]
required_approvals = 1
delete_merged_branches = true
cut_body_after = "---"
[committer]
name = "MozLando"
email = "skaspari+mozlando@mozilla.com"