-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
Copy pathbors.toml
36 lines (31 loc) · 1.07 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
31
32
33
34
35
36
# See https://bors.tech/documentation/ for configuration details.
# List of commit statuses that must pass on the merge commit before it is
# pushed to master.
status = [
"acceptance",
"check_generated_code",
"docker_image_amd64",
"examples_orms",
"lint",
"linux_amd64_build",
"linux_amd64_fips_build",
"local_roachtest",
"local_roachtest_fips",
"unit_tests",
]
# List of commit statuses that must not be failing on the PR commit when it is
# r+-ed. If it's still in progress (for e.g. if CI is still running), bors will
# construct the merge commit in parallel and simply wait for success right
# before merging.
pr_status = ["license/cla", "blathers/release-justification-check"]
# List of PR labels that may not be attached to a PR when it is r+-ed.
block_labels = ["do-not-merge", "backport"]
# Number of seconds from when a merge commit is created to when its statuses
# must pass.
#
# Set to 1 hour 20 minutes.
timeout_sec = 4800
required_approvals = 1
[committer]
name = "craig[bot]"
email = "[email protected]"