summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2018-10-31 12:53:23 -0700
committerAndre Arko <andre@arko.net>2018-10-31 12:53:23 -0700
commit6a9129e5c627441a4e15ba7d0f7bdc45ec4bb3af (patch)
treef84d38adb6017c3e00c385a147a0528ced29a48a
parent70f2afe1cfadfe888d6bd1100fac6672dd7baab6 (diff)
downloadbundler-indirect/delete-merged-branches.tar.gz
delete merged branches automaticallyindirect/delete-merged-branches
-rw-r--r--.github/bors.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/bors.toml b/.github/bors.toml
index db93b69597..8f4d9a640a 100644
--- a/.github/bors.toml
+++ b/.github/bors.toml
@@ -2,7 +2,8 @@ status = [
"continuous-integration/travis-ci/push"
]
-timeout-sec = 14400
+timeout_sec = 14400
+delete_merged_branches = true
[committer]
name = "Bundlerbot"