forked from ferrocene/ferrocene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbors.toml
25 lines (19 loc) · 877 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
# SPDX-License-Identifier: MIT OR Apache-2.0
# SPDX-FileCopyrightText: The Ferrocene Developers
# Gate PRs on the `full` CircleCI workflow
status = ["full"]
# Wait until the `commit` CircleCI workflow passes before queueing a PR
pr_status = ["commit"]
# Consider the build as failed if it takes more than two hours to finish
# A normal build should take less, but there are slower parts of the build that
# are only ran occasionally.
timeout_sec = 7200
# When someone queues a PR that has pending PR status checks, bors will wait
# for those checks to be green before queueing the PR. This defines how long
# bors will wait before erroring out.
prerun_timeout_sec = 3600
# Require at least 1 up to date approval before allowing `bors r+`
required_approvals = 1
up_to_date_approvals = true
# Remove the personal branches after they're merged
delete_merged_branches = true