bors.toml 291 B

1234567891011
  1. status = [
  2. "Build & Test Debug",
  3. "Build & Test Release",
  4. "Test Packaging",
  5. "YAML Linter",
  6. "YAML RGA schema validator",
  7. "YAML map schema validator",
  8. "Validate RSIs",
  9. ]
  10. timeout_sec = 1800 # 30 minutes
  11. use_squash_merge = true # Shame this can't use GH squash but what can you do