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:36 UTC

[apisix] branch juzhiyuan-patch-1 created (now 85fb68b)

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

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


      at 85fb68b  feat: added policy for semantic-pr

This branch includes the following new commits:

     new 85fb68b  feat: added policy for semantic-pr

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ju...@apache.org.
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