mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: fix code ownership for size tracking (#34044)
It should be set up so either Igor OR Kara can approve size tracking rather than both. PR Close #34044
This commit is contained in:
parent
8a565c8814
commit
cbc28f255d
1 changed files with 10 additions and 2 deletions
12
.github/CODEOWNERS
vendored
12
.github/CODEOWNERS
vendored
|
|
@ -348,6 +348,14 @@
|
|||
# - josephperrott
|
||||
|
||||
|
||||
# ===========================================================
|
||||
# @angular/fw-size-tracking
|
||||
# ===========================================================
|
||||
#
|
||||
# - IgorMinar
|
||||
# - kara
|
||||
|
||||
|
||||
|
||||
|
||||
######################################################################################################
|
||||
|
|
@ -953,8 +961,8 @@ testing/** @angular/fw-test
|
|||
# Size tracking
|
||||
# ================================================
|
||||
|
||||
/aio/scripts/_payload-limits.json @kara @IgorMinar
|
||||
/integration/_payload-limits.json @kara @IgorMinar
|
||||
/aio/scripts/_payload-limits.json @angular/fw-size-tracking
|
||||
/integration/_payload-limits.json @angular/fw-size-tracking
|
||||
|
||||
|
||||
# ================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue