aboutsummaryrefslogtreecommitdiff
path: root/.github/bors.toml
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2019-04-21 21:05:57 +0200
committerGravatar GitHub <noreply@github.com> 2019-04-21 21:05:57 +0200
commite6fb2f216fccc09d8e996525dcef3ffb2004f1ec (patch)
tree3247867871647ebb17d9e83f7254d268b5872af2 /.github/bors.toml
parent852337e03b4e84ef920c36c811b0676242e062ce (diff)
downloadrtic-e6fb2f216fccc09d8e996525dcef3ffb2004f1ec.tar.gz
rtic-e6fb2f216fccc09d8e996525dcef3ffb2004f1ec.tar.zst
rtic-e6fb2f216fccc09d8e996525dcef3ffb2004f1ec.zip
bors: do not merge PRs labeled S-blocked
Diffstat (limited to '')
-rw-r--r--.github/bors.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/bors.toml b/.github/bors.toml
index 39ad6042..97254731 100644
--- a/.github/bors.toml
+++ b/.github/bors.toml
@@ -1,4 +1,5 @@
+block_labels = ["S-blocked"]
delete_merged_branches = true
status = [
"continuous-integration/travis-ci/push",
-] \ No newline at end of file
+]