diff --git a/.ng-dev/pull-request.mts b/.ng-dev/pull-request.mts index 8beb04bb8326..22c1ae3b0b77 100644 --- a/.ng-dev/pull-request.mts +++ b/.ng-dev/pull-request.mts @@ -5,6 +5,7 @@ import {PullRequestConfig} from '@angular/ng-dev'; * setup for the merge command. */ export const pullRequest: PullRequestConfig = { + __noTargetLabeling: true, // By default, the merge script merges locally with `git cherry-pick` and autosquash. // This has the downside of pull requests showing up as `Closed` instead of `Merged`. // In the components repository, since we don't use fixup or squash commits, we can