From 9483be32656444fbd76f186fed2a36c4af3f9482 Mon Sep 17 00:00:00 2001 From: qsq8t65pxs <283105021+qsq8t65pxs@users.noreply.github.com> Date: Thu, 21 May 2026 07:11:12 +0800 Subject: [PATCH] build: probe ngbot pull request config --- .ng-dev/pull-request.mts | 1 + 1 file changed, 1 insertion(+) 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