github.com/koko1123/flow-go-1@v0.29.6/bors.toml (about)

     1  # See https://forum.bors.tech/t/bug-wildcard-status-ignores-1-match/438 
     2  # for why we need to explicitly list all statuses
     3  
     4  status = [
     5    "Lint (./)",
     6    "Lint (./integration/)",
     7    "Lint (./crypto/)",
     8    "Unit Tests (access)",
     9    "Unit Tests (admin)",
    10    "Unit Tests (cmd)",
    11    "Unit Tests (consensus)",
    12    "Unit Tests (engine)",
    13    "Unit Tests (fvm)",
    14    "Unit Tests (ledger)",
    15    "Unit Tests (module)",
    16    "Unit Tests (network)",
    17    "Unit Tests (utils)",
    18    "Unit Tests (others)",
    19    "Integration Tests (make -C integration access-tests)",
    20    "Integration Tests (make -C integration bft-tests)",
    21    "Integration Tests (make -C integration collection-tests)",
    22    "Integration Tests (make -C integration consensus-tests)",
    23    "Integration Tests (make -C integration epochs-tests)",
    24    "Integration Tests (make -C integration execution-tests)",
    25    "Integration Tests (make -C integration ghost-tests)",
    26    "Integration Tests (make -C integration mvp-tests)",
    27    "Integration Tests (make -C integration network-tests)",
    28    "Integration Tests (make -C integration verification-tests)",
    29  
    30  ]
    31  
    32  delete_merged_branches = true
    33  required_approvals = 2