-
Notifications
You must be signed in to change notification settings - Fork 138
/
bors.toml
30 lines (26 loc) · 883 Bytes
/
bors.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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"