This is an automated email from the ASF dual-hosted git repository.
kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 9bbb6fb ci: add types in semantic.yml (#132)
9bbb6fb is described below
commit 9bbb6fbb427a0934c673d6315a4469019559a218
Author: Alex Zhang <[email protected]>
AuthorDate: Fri Dec 25 16:26:14 2020 +0800
ci: add types in semantic.yml (#132)
---
.github/semantic.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.github/semantic.yml b/.github/semantic.yml
index 14940a2..5fe591e 100644
--- a/.github/semantic.yml
+++ b/.github/semantic.yml
@@ -1,2 +1,15 @@
titleOnly: true
allowRevertCommits: true
+types:
+ - feat
+ - fix
+ - docs
+ - style
+ - refactor
+ - perf
+ - test
+ - build
+ - ci
+ - chore
+ - revert
+ - change