summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-04-09 19:48:17 +1000
committerColby Swandale <me@colby.fyi>2019-04-09 19:48:17 +1000
commitda0ff0c7c19c23e2c8deb11b748bdf6a34191411 (patch)
treeb87ec39dab512b36f3f2b5be69e6d37eb53ca31d
parentb2c910cbb98a94c44d044678229413e54960642f (diff)
downloadbundler-da0ff0c7c19c23e2c8deb11b748bdf6a34191411.tar.gz
add bors configuation
-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"