diff options
author | 2019-04-21 21:05:57 +0200 | |
---|---|---|
committer | 2019-04-21 21:05:57 +0200 | |
commit | e6fb2f216fccc09d8e996525dcef3ffb2004f1ec (patch) | |
tree | 3247867871647ebb17d9e83f7254d268b5872af2 /.github/bors.toml | |
parent | 852337e03b4e84ef920c36c811b0676242e062ce (diff) | |
download | rtic-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.toml | 3 |
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 +] |