You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/11/08 00:37:37 UTC

[apisix] 01/01: feat: added policy for semantic-pr

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 85fb68bd76752ac67067670754e30246b18431a0
Author: 琚致远 <ju...@apache.org>
AuthorDate: Sun Nov 8 08:37:27 2020 +0800

    feat: added policy for semantic-pr
    
    According to https://github.com/zeke/semantic-pull-requests , we use this configuration to allow this bot to only to check PR's title.
---
 .github/semantic.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/semantic.yml b/.github/semantic.yml
new file mode 100644
index 0000000..14940a2
--- /dev/null
+++ b/.github/semantic.yml
@@ -0,0 +1,2 @@
+titleOnly: true
+allowRevertCommits: true