From 5601daef4092073afc4e9930b844627d1e2945a9 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 6 Nov 2024 21:15:53 +0800 Subject: [PATCH] chore: add semantic action --- .github/semantic.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 00000000..b60ca2e9 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,13 @@ +enabled: true + +# Only check PR title +titleOnly: true + +types: + - feat + - fix + - refactor + - chore + - docs + - style + - test