Skip to content

Commit f9de11d

Browse files
josephperrottalan-agius4
authored andcommitted
build: update to latest ng-dev tooling for caretaker handoff update
Update to the latest tooling to upate how caretaker handoff is handled, using new standardized groupings
1 parent b10ee0f commit f9de11d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ng-dev/caretaker.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* The configuration for `ng-dev caretaker` commands.
3-
*
3+
*
44
* @type { import("@angular/ng-dev").CaretakerConfig }
55
*/
66
export const caretaker = {
@@ -14,5 +14,4 @@ export const caretaker = {
1414
query: `is:pr is:open label:"action: merge-assistance"`,
1515
},
1616
],
17-
caretakerGroup: 'angular-cli-caretaker',
1817
};

0 commit comments

Comments
 (0)