From c1fbf6aa39e30ecc986deb903883cf7fa3eb88a1 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 24 Jan 2021 16:36:12 -0700 Subject: [PATCH] ci: add types for conventional commits Signed-off-by: Mike --- .github/semantic.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..52e966e --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,14 @@ +allowMergeCommits: true +# Always validate the PR title AND all the commits +titleAndCommits: true +types: + - feat + - fix + - docs + - style + - refactor + - perf + - test + - build + - ci + - revert