From 78dc2caa69d76665eaa22fc4ff16b2579a1ee827 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Mon, 10 Jan 2022 17:50:52 +0100 Subject: chore(ci): add commit automation --- .github/semantic.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/semantic.yml (limited to '.github') diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 00000000..2511b793 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,17 @@ +titleOnly: true +types: + - feat + - fix + - docs + - dx + - refactor + - perf + - test + - workflow + - build + - ci + - chore + - types + - wip + - release + - deps -- cgit v1.2.3