From d896c33b0e78367570dfc7c96a014cf632f0dbd2 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 8 Sep 2020 12:53:21 -0700 Subject: [PATCH] fix(dev-infra): set build commit message type to allow an optional scope (#38745) Allow, optionally, a scope to be used with the build type commit message. PR Close #38745 --- dev-infra/commit-message/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-infra/commit-message/config.ts b/dev-infra/commit-message/config.ts index 599f51aafb..1e6ac4a6e2 100644 --- a/dev-infra/commit-message/config.ts +++ b/dev-infra/commit-message/config.ts @@ -49,7 +49,7 @@ export const COMMIT_TYPES: {[key: string]: CommitType} = { build: { name: 'build', description: 'Changes to local repository build system and tooling', - scope: ScopeRequirement.Forbidden, + scope: ScopeRequirement.Optional, }, ci: { name: 'ci',