From 43055becdf852178aac59ba5abc26a6901c95e1f Mon Sep 17 00:00:00 2001 From: Anix Date: Wed, 27 May 2020 18:04:09 +0530 Subject: [PATCH] ci: fixed semantic config --- .github/semantic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/semantic.yml b/.github/semantic.yml index fff5d672a..e7f5bb59b 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -1,3 +1,4 @@ titleAndCommits: true allowMergeCommits: true allowRevertCommits: true +anyCommit: true