From 3be9d99573fc5ce52487d952423f64be7f1a862e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 13 May 2020 12:12:17 +0530 Subject: [PATCH] bot: Disable semantic bot from the repo Signed-off-by: Humble Chirammal --- .github/semantic.yaml | 44 ------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 .github/semantic.yaml diff --git a/.github/semantic.yaml b/.github/semantic.yaml deleted file mode 100644 index 9900d8e77..000000000 --- a/.github/semantic.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -# Always validate the PR title, and ignore the commits -# titleOnly: true - -# Always validate all commits, and ignore the PR title -commitsOnly: true - -# Always validate the PR title AND all the commits -# titleAndCommits: true - -# Require at least one commit to be valid -# this is only relevant when using commitsOnly: true or titleAndCommits: true, -# which validate all commits by default -# anyCommit: true - -# Allow use of Merge commits (eg on github: "Merge branch 'master' into -# feature/ride-unicorns") -# this is only relevant when using commitsOnly: true (or titleAndCommits: true) -allowMergeCommits: false - -## -## We do not use scopes, list is empty. -## -# You can define a list of valid scopes -# scopes: -# - scope1 -# - scope2 - -# By default types specified in commitizen/conventional-commit-types is used. -## -## We override the types by components we have. -## -types: - - cephfs - - rbd - - doc - - util - - journal - - helm - - build - - ci - - e2e - - cleanup - - revert