From 7f3f7aff51832420305a549e00f92ccda23715fa Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Mon, 12 Dec 2022 09:58:29 -0800 Subject: [PATCH] chore: update .github/conventional-commit-lint.yaml --- .github/conventional-commit-lint.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/conventional-commit-lint.yaml diff --git a/.github/conventional-commit-lint.yaml b/.github/conventional-commit-lint.yaml new file mode 100644 index 00000000..2aabd6eb --- /dev/null +++ b/.github/conventional-commit-lint.yaml @@ -0,0 +1,16 @@ +# Copyright 2022 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +enabled: true +always_check_pr_title: true