Skip to content

Commit

Permalink
[skip ci] update branch rule to prepare for unity transition (#16445)
Browse files Browse the repository at this point in the history
This PR relax the branch rule to allow us to push to main branch
and run the unity transition.
  • Loading branch information
tqchen authored Jan 21, 2024
1 parent ed5c46a commit ed3eb6e
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,4 @@ github:

# See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
protected_branches:
main:
required_status_checks:
contexts:
# Require passing runs from Jenkins for all platforms
- arm/pr-head
- cortexm/pr-head
- cpu/pr-head
- docker/pr-head
- gpu/pr-head
- hexagon/pr-head
- i386/pr-head
- lint/pr-head
- minimal/pr-head
- riscv/pr-head
- wasm/pr-head
- cross-isa-minimal/pr-head

required_pull_request_reviews:
required_approving_review_count: 1
main: {}

0 comments on commit ed3eb6e

Please sign in to comment.