File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,4 +31,7 @@ export const pullRequest: PullRequestConfig = {
3131 { type : 'check' , name : 'zone-js' } ,
3232 { type : 'status' , name : 'google-internal-tests' } ,
3333 ] ,
34+
35+ // labels to apply to a PR with commits that include files in the specified path
36+ managedLabelByPath : [ { label : 'requires: TGP' , paths : [ '//packages/core/primitives/' ] } ] ,
3437} ;
Original file line number Diff line number Diff line change @@ -491,10 +491,6 @@ groups:
491491 - thePunderWoman # Jessica Janiuk
492492 - AndrewKushnir # Andrew Kushnir
493493 - atscott # Andrew Scott
494- labels :
495- pending : ' requires: TGP'
496- approved : ' requires: TGP'
497- rejected : ' requires: TGP'
498494
499495 # External team required reviews
500496 primitives-shared :
@@ -512,10 +508,6 @@ groups:
512508 - tbondwilkinson # Tom Wilkinson
513509 - rahatarmanahmed # Rahat Ahmed
514510 - ENAML # Ethan Cline
515- labels :
516- pending : ' requires: TGP'
517- approved : ' requires: TGP'
518- rejected : ' requires: TGP'
519511
520512 # ###################################################################################
521513 # Override managed result groups
You can’t perform that action at this time.
0 commit comments