Skip to content

Commit 6aa7c23

Browse files
ci: update ng-dev config and pullapprove
This updates the pullapprove to remove the auto labeling of requires: TGP and instead moves it to the ng-dev config for pr updates.
1 parent 3032332 commit 6aa7c23

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.ng-dev/pull-request.mts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
};

.pullapprove.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)