From fa0dfa6d36c60d27c3282d50dc31bc3309983840 Mon Sep 17 00:00:00 2001 From: Anix Date: Wed, 27 May 2020 17:52:43 +0530 Subject: [PATCH] ci: added configuration for semantic bot --- .github/semantic.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 000000000..fff5d672a --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,3 @@ +titleAndCommits: true +allowMergeCommits: true +allowRevertCommits: true