Skip to content

Commit

Permalink
[skip ci] Post unity transition
Browse files Browse the repository at this point in the history
This PR turns the settings back after post unity transition.
  • Loading branch information
tqchen committed Jan 22, 2024
1 parent 20efa23 commit 8621517
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,22 @@ github:

# See https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
protected_branches:
main: {}
main:
required_status_checks:
contexts:
- unity/pr-head
- 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

0 comments on commit 8621517

Please sign in to comment.