ci: add codeowner group for migrations (#36661)
Adds a new codeowner group that is dedicated for changes to the migrations stored in `packages/core/schematics`. PR Close #36661
This commit is contained in:
parent
f0c570bd41
commit
b80b43ddae
|
@ -229,6 +229,22 @@ groups:
|
||||||
- petebacondarwin
|
- petebacondarwin
|
||||||
|
|
||||||
|
|
||||||
|
# =========================================================
|
||||||
|
# Framework: Migrations
|
||||||
|
# =========================================================
|
||||||
|
fw-migrations:
|
||||||
|
conditions:
|
||||||
|
- *can-be-global-approved
|
||||||
|
- *can-be-global-docs-approved
|
||||||
|
- files.include("packages/core/schematics/**")
|
||||||
|
reviewers:
|
||||||
|
users:
|
||||||
|
- alxhub
|
||||||
|
- crisbeto
|
||||||
|
- devversion
|
||||||
|
- kara
|
||||||
|
|
||||||
|
|
||||||
# =========================================================
|
# =========================================================
|
||||||
# Framework: Core
|
# Framework: Core
|
||||||
# =========================================================
|
# =========================================================
|
||||||
|
@ -237,7 +253,7 @@ groups:
|
||||||
- *can-be-global-approved
|
- *can-be-global-approved
|
||||||
- *can-be-global-docs-approved
|
- *can-be-global-docs-approved
|
||||||
- >
|
- >
|
||||||
contains_any_globs(files, [
|
contains_any_globs(files.exclude("packages/core/schematics/**"), [
|
||||||
'packages/core/**',
|
'packages/core/**',
|
||||||
'packages/examples/core/**',
|
'packages/examples/core/**',
|
||||||
'packages/common/**',
|
'packages/common/**',
|
||||||
|
|
Loading…
Reference in New Issue