summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-19 13:21:37 +1100
committerColby Swandale <me@colby.fyi>2018-12-19 13:21:37 +1100
commit264da7d123d5372f250f301c26dc1d6ad9e27c5d (patch)
tree6828a970202e7002f23dc287d0cc211234eebf38
parent3fc4de72be1d46516160ce5056b38aad329806e2 (diff)
downloadbundler-264da7d123d5372f250f301c26dc1d6ad9e27c5d.tar.gz
add bors config
-rw-r--r--.github/bors.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/bors.toml b/.github/bors.toml
new file mode 100644
index 0000000000..8f4d9a640a
--- /dev/null
+++ b/.github/bors.toml
@@ -0,0 +1,10 @@
+status = [
+ "continuous-integration/travis-ci/push"
+]
+
+timeout_sec = 14400
+delete_merged_branches = true
+
+[committer]
+name = "Bundlerbot"
+email = "bot@bundler.io"