Skip to content

Commit aadb256

Browse files
committed
build: remove labels from pull-requests config
As part of the labels standardization across repos these options has been removed. (cherry picked from commit 45418bc)
1 parent 3200742 commit aadb256

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ng-dev/pull-request.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ export const pullRequest: PullRequestConfig = {
99
default: 'rebase',
1010
labels: [{ pattern: 'squash commits', method: 'squash' }],
1111
},
12-
mergeReadyLabel: 'action: merge',
13-
caretakerNoteLabel: 'action: merge-assistance',
14-
commitMessageFixupLabel: 'needs commit fixup',
1512
};

0 commit comments

Comments
 (0)