ci: fix public api rule in codeowners (#27999)

@alxhub spotted that the public api rule in codeowners is being overriden by the Build & CI Owners rule.

swapping the two sections fixes the problem.

PR Close #27999
This commit is contained in:
Igor Minar 2019-01-08 15:33:28 -08:00 committed by Kara Erickson
parent b9c6df6da7
commit 3fba6eff79
1 changed files with 8 additions and 8 deletions

16
.github/CODEOWNERS vendored
View File

@ -731,14 +731,6 @@ testing/** @angular/fw-test
# ================================================
# Public API
# ================================================
/tools/public_api_guard/** @angular/fw-public-api
# ================================================
# Build & CI Owners
# ================================================
@ -755,6 +747,14 @@ testing/** @angular/fw-test
# ================================================
# Public API
# ================================================
/tools/public_api_guard/** @angular/fw-public-api
# ================================================
# CODEOWNERS Owners owners ...
# ================================================