From c8555f3774919b8dd4fa7d0e9d961fa8613a76ea Mon Sep 17 00:00:00 2001 From: naaajii Date: Mon, 7 Oct 2024 00:21:31 +0500 Subject: [PATCH] ci: `form-field` was added twice to commit scopes array `form-field` scope was repeated twice in in commit message config --- .ng-dev/commit-message.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/.ng-dev/commit-message.mts b/.ng-dev/commit-message.mts index 561a80958992..6da5589955a0 100644 --- a/.ng-dev/commit-message.mts +++ b/.ng-dev/commit-message.mts @@ -49,7 +49,6 @@ export const commitMessage: CommitMessageConfig = { 'material/card', 'material/checkbox', 'material/dialog', - 'material/form-field', 'material/input', 'material/paginator', 'material/progress-bar',