# Test suite must pass on GitHub Actions before merging into `master`.
= [
"Tests (macos-latest, stable)",
"Tests (macos-latest, beta)",
# "Tests (macos-latest, nightly)",
"Tests (windows-latest, stable)",
"Tests (windows-latest, beta)",
# "Tests (windows-latest, nightly)",
"Tests (ubuntu-latest, stable)",
"Tests (ubuntu-latest, beta)",
# "Tests (ubuntu-latest, nightly)",
]
# Do not allow pull requests with these labels to be merged.
= [
"status: blocked",
"status: discussing",
"status: in progress",
"status: needs triage"
]
# This feature is rarely useful and more often problematic, so we turn it off.
= false
# Increase timeout to 5 hours as the default timeout is too short for our build
= 18000
[]
= "amethyst-bors"
= "bors@amethyst-engine.org"