From 25b5c13752161b2692f77c385c596bd4e2a4447d 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 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',