Skip to content

Commit

Permalink
Create bors.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
torkleyy authored Feb 12, 2019
1 parent 36fe8fa commit 2bc290e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Test suite must pass on both Travis and GitLab before merging into `master`.
status = [
"continuous-integration/travis-ci/push",
]

# Do not allow pull requests with these labels to be merged.
block_labels = [
"status: blocked",
"status: discussing",
"status: in progress",
"status: needs triage"
]

# This feature is rarely useful and more often problematic, so we turn it off.
delete_merged_branches = false

0 comments on commit 2bc290e

Please sign in to comment.