ci: add angular.io content related groups to .pullapprove.yaml
This commit is contained in:
parent
e9b67243ed
commit
6282a86135
|
@ -8,9 +8,11 @@
|
||||||
# alexeagle - Alex Eagle
|
# alexeagle - Alex Eagle
|
||||||
# alxhub - Alex Rickabaugh
|
# alxhub - Alex Rickabaugh
|
||||||
# chuckjaz - Chuck Jazdzewski
|
# chuckjaz - Chuck Jazdzewski
|
||||||
|
# Foxandxss - Jesús Rodríguez
|
||||||
# gkalpak - George Kalpakas
|
# gkalpak - George Kalpakas
|
||||||
# IgorMinar - Igor Minar
|
# IgorMinar - Igor Minar
|
||||||
# jasonaden - Jason Aden
|
# jasonaden - Jason Aden
|
||||||
|
# juleskremer - Jules Kremer
|
||||||
# kara - Kara Erickson
|
# kara - Kara Erickson
|
||||||
# matsko - Matias Niemelä
|
# matsko - Matias Niemelä
|
||||||
# mhevery - Misko Hevery
|
# mhevery - Misko Hevery
|
||||||
|
@ -18,10 +20,11 @@
|
||||||
# pkozlowski-opensource - Pawel Kozlowski
|
# pkozlowski-opensource - Pawel Kozlowski
|
||||||
# robwormald - Rob Wormald
|
# robwormald - Rob Wormald
|
||||||
# tbosch - Tobias Bosch
|
# tbosch - Tobias Bosch
|
||||||
|
# tinayuangao - Tina Gao
|
||||||
# vicb - Victor Berchet
|
# vicb - Victor Berchet
|
||||||
# vikerman - Vikram Subramanian
|
# vikerman - Vikram Subramanian
|
||||||
# wardbell - Ward Bell
|
# wardbell - Ward Bell
|
||||||
# tinayuangao - Tina Gao
|
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
@ -250,10 +253,46 @@ groups:
|
||||||
angular.io:
|
angular.io:
|
||||||
conditions:
|
conditions:
|
||||||
files:
|
files:
|
||||||
- "aio/*"
|
include:
|
||||||
|
- "aio/*"
|
||||||
|
exclude:
|
||||||
|
- "aio/content/*"
|
||||||
users:
|
users:
|
||||||
- IgorMinar #primary
|
- petebacondarwin #primary
|
||||||
- petebacondarwin #secondary
|
- IgorMinar
|
||||||
- gkalpak
|
- gkalpak
|
||||||
- wardbell
|
- mhevery #fallback
|
||||||
|
|
||||||
|
angular.io-guide-and-tutorial:
|
||||||
|
conditions:
|
||||||
|
files:
|
||||||
|
include:
|
||||||
|
- "aio/content/examples/*"
|
||||||
|
- "aio/content/guide/*"
|
||||||
|
- "aio/content/images/*"
|
||||||
|
- "aio/content/tutorial/*"
|
||||||
|
- "aio/content/file-not-found.md"
|
||||||
|
users:
|
||||||
|
- juleskremer #primary
|
||||||
|
- Foxandxss
|
||||||
|
- stephenfluin
|
||||||
|
- wardbell
|
||||||
|
- IgorMinar #fallback
|
||||||
|
- mhevery #fallback
|
||||||
|
|
||||||
|
angular.io-marketing:
|
||||||
|
conditions:
|
||||||
|
files:
|
||||||
|
include:
|
||||||
|
- "aio/content/*"
|
||||||
|
exclude:
|
||||||
|
- "aio/content/examples/*"
|
||||||
|
- "aio/content/guide/*"
|
||||||
|
- "aio/content/images/*"
|
||||||
|
- "aio/content/tutorial/*"
|
||||||
|
- "aio/content/file-not-found.md"
|
||||||
|
users:
|
||||||
|
- juleskremer #primary
|
||||||
|
- stephenfluin
|
||||||
|
- IgorMinar #fallback
|
||||||
- mhevery #fallback
|
- mhevery #fallback
|
||||||
|
|
Loading…
Reference in New Issue