From 9deae1c3c43bc366303c708f91d18afdb3209a77 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 13 Jan 2021 12:37:32 +0900 Subject: [PATCH] chore: do no semantic check on commit messages (#27276) --- .github/semantic.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 000000000000..4168a3cdeed9 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,2 @@ +# Always validate the PR title, and ignore the commits +titleOnly: true