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:
parent
b9c6df6da7
commit
3fba6eff79
|
@ -731,14 +731,6 @@ testing/** @angular/fw-test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ================================================
|
|
||||||
# Public API
|
|
||||||
# ================================================
|
|
||||||
|
|
||||||
/tools/public_api_guard/** @angular/fw-public-api
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ================================================
|
# ================================================
|
||||||
# Build & CI Owners
|
# Build & CI Owners
|
||||||
# ================================================
|
# ================================================
|
||||||
|
@ -755,6 +747,14 @@ testing/** @angular/fw-test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# ================================================
|
||||||
|
# Public API
|
||||||
|
# ================================================
|
||||||
|
|
||||||
|
/tools/public_api_guard/** @angular/fw-public-api
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ================================================
|
# ================================================
|
||||||
# CODEOWNERS Owners owners ...
|
# CODEOWNERS Owners owners ...
|
||||||
# ================================================
|
# ================================================
|
||||||
|
|
Loading…
Reference in New Issue