Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
85537: ci: switch `bors` over to bazel essential ci r=rail a=rickystewart

We also ask `bors` to require a PR reviewer to merge.

Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Aug 3, 2022
2 parents e52f732 + bd3badc commit f353698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of commit statuses that must pass on the merge commit before it is
# pushed to master.
status = ["GitHub CI (Cockroach)"]
status = ["Bazel Essential CI (Cockroach)"]

# 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
Expand All @@ -18,6 +18,7 @@ block_labels = ["do-not-merge"]
#
# Set to 4 hours
timeout_sec = 14400
required_approvals = 1

[committer]
name = "craig[bot]"
Expand Down

0 comments on commit f353698

Please sign in to comment.