diff --git a/.ng-dev/pull-request.ts b/.ng-dev/pull-request.ts index fc34ae4b1..bfc2e3b80 100644 --- a/.ng-dev/pull-request.ts +++ b/.ng-dev/pull-request.ts @@ -3,7 +3,6 @@ import {PullRequestConfig} from '../ng-dev/pr/config'; /** Configuration for interacting with pull requests in the repo. */ export const pullRequest: PullRequestConfig = { githubApiMerge: false, - claSignedLabel: 'cla: yes', mergeReadyLabel: 'action: merge', caretakerNoteLabel: 'merge note', commitMessageFixupLabel: 'needs commit fixup',