From 43115f15c09b3742440cc27df85b03174561db7c Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 24 Sep 2021 14:25:22 -0700 Subject: [PATCH] ci: remove claSignedLabel attribute from ng-dev config --- .ng-dev/pull-request.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/.ng-dev/pull-request.ts b/.ng-dev/pull-request.ts index fc34ae4b1b..bfc2e3b80a 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',