diff options
Diffstat (limited to 'bors.toml')
-rw-r--r-- | bors.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ status = [ -'CI / Build', -'CI / runner / golangci-lint', -'CI / Build docker image'] +'runner / golangci-lint', +'Run golang tests', +'Build docker image', +] required_approvals = 1 delete_merged_branches = true |