summaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-03-08 16:36:21 +0300
committerValery Piashchynski <[email protected]>2020-03-08 16:36:21 +0300
commitec846d99cc218a2c99c2358920ab4595b4b5ea7c (patch)
treef0dfe0fd3c0881127914ac14fff71f5e0ea33d3f /bors.toml
parentbcaa85eba41c0c723c6330f7cdb52cab11b049d7 (diff)
Add BORS to repo
Remove signal handling in Serve for dev
Diffstat (limited to 'bors.toml')
-rw-r--r--bors.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/bors.toml b/bors.toml
new file mode 100644
index 00000000..770677e3
--- /dev/null
+++ b/bors.toml
@@ -0,0 +1,15 @@
+status = [
+'CI / Build (PHP 7.1, Go 1.13, OS ubuntu-latest)',
+'CI / Build (PHP 7.1, Go 1.14, OS ubuntu-latest)',
+'CI / Build (PHP 7.2, Go 1.13, OS ubuntu-latest)',
+'CI / Build (PHP 7.2, Go 1.14, OS ubuntu-latest)',
+'CI / Build (PHP 7.3, Go 1.13, OS ubuntu-latest)',
+'CI / Build (PHP 7.3, Go 1.14, OS ubuntu-latest)',
+'CI / Build (PHP 7.4, Go 1.13, OS ubuntu-latest)',
+'CI / Build (PHP 7.4, Go 1.14, OS ubuntu-latest)',
+'CI / runner / golangci-lint',
+'CI / Build docker image']
+
+required_approvals = 1
+delete_merged_branches = true
+timeout-sec = 1800 \ No newline at end of file