amethyst 0.15.3

Data-oriented game engine written in Rust
# Test suite must pass on GitHub Actions before merging into `master`.
status = [
    "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.
block_labels = [
    "status: blocked",
    "status: discussing",
    "status: in progress",
    "status: needs triage"
]

# This feature is rarely useful and more often problematic, so we turn it off.
delete_merged_branches = false

# Increase timeout to 5 hours as the default timeout is too short for our build
timeout_sec = 18000

[committer]
name = "amethyst-bors"
email = "bors@amethyst-engine.org"