diff options
author | Valery Piashchynski <[email protected]> | 2020-03-08 16:36:21 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-08 16:36:21 +0300 |
commit | ec846d99cc218a2c99c2358920ab4595b4b5ea7c (patch) | |
tree | f0dfe0fd3c0881127914ac14fff71f5e0ea33d3f /bors.toml | |
parent | bcaa85eba41c0c723c6330f7cdb52cab11b049d7 (diff) |
Add BORS to repo
Remove signal handling in Serve for dev
Diffstat (limited to 'bors.toml')
-rw-r--r-- | bors.toml | 15 |
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 |