diff options
author | Valery Piashchynski <[email protected]> | 2021-02-04 13:47:58 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-04 13:47:58 +0300 |
commit | 480340464b44aec64661bc9c50357a72a19a4cdc (patch) | |
tree | 53f169ef6da6d9f2cd62eac3cdde646437f8dfe8 | |
parent | d1945fe09b9de3d79ddbf70da26a7dff34ce12b1 (diff) |
Delete bors.tomlv2.0.0-beta.25
-rwxr-xr-x | bors.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bors.toml b/bors.toml deleted file mode 100755 index e35b52a3..00000000 --- a/bors.toml +++ /dev/null @@ -1,20 +0,0 @@ -status = [ - 'Build (Go 1.14, PHP 7.4, OS ubuntu-latest)', - 'Build (Go 1.14, PHP 7.4, OS windows-latest)', - 'Build (Go 1.14, PHP 7.4, OS macos-latest)', - 'Build (Go 1.15, PHP 7.4, OS ubuntu-latest)', - 'Build (Go 1.15, PHP 7.4, OS windows-latest)', - 'Build (Go 1.15, PHP 7.4, OS macos-latest)', - 'Build (Go 1.14, PHP 8.0, OS ubuntu-latest)', - 'Build (Go 1.14, PHP 8.0, OS windows-latest)', - 'Build (Go 1.14, PHP 8.0, OS macos-latest)', - 'Build (Go 1.15, PHP 8.0, OS ubuntu-latest)', - 'Build (Go 1.15, PHP 8.0, OS windows-latest)', - 'Build (Go 1.15, PHP 8.0, OS macos-latest)', - 'Golang-CI (lint)', - 'Build docker image', -] - -required_approvals = 0 -delete_merged_branches = true -timeout-sec = 1800 |