forked from microsoft/Qcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bors.toml
30 lines (30 loc) · 1 KB
/
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
# these are the checks that must pass before staging is merged to master
status = [
"pytestnonlocal (3.7)",
"builddocs (ubuntu-latest, 3.9)",
"builddocs (ubuntu-latest, 3.10)",
"builddocs (windows-latest, 3.7)",
"pytestmypy (ubuntu-latest, 3.7)",
"pytestmypy (ubuntu-latest, 3.8)",
"pytestmypy (ubuntu-latest, 3.9)",
"pytestmypy (ubuntu-latest, 3.10.6)",
"pytestmypy (windows-latest, 3.10.6)",
"pytestmin (ubuntu-latest, 3.7)"
]
# these are the checks that must pass before a branch can be merged to staging using bors r+
pr_status = [
"pytestnonlocal (3.7)",
"builddocs (ubuntu-latest, 3.9)",
"builddocs (ubuntu-latest, 3.10)",
"builddocs (windows-latest, 3.7)",
"pytestmypy (ubuntu-latest, 3.7)",
"pytestmypy (ubuntu-latest, 3.8)",
"pytestmypy (ubuntu-latest, 3.9)",
"pytestmypy (ubuntu-latest, 3.10.6)",
"pytestmypy (windows-latest, 3.10.6)",
"pytestmin (ubuntu-latest, 3.7)",
"pre-commit.ci - pr"
]
delete_merged_branches = true
required_approvals = 1
prerun_timeout_sec = 7200