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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new ef158e8  Enhance the mergeability: add misspell-check into contexts of 
the protected branch (#163)
ef158e8 is described below

commit ef158e89706ec90a3ed8258d9a18e9d5b6270112
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Aug 23 11:40:54 2022 +0800

    Enhance the mergeability: add misspell-check into contexts of the protected 
branch (#163)
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5abb495..edf2fe7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,4 +37,6 @@ github:
     # Enable rebase button
     rebase: true
   protected_branches:
-    master: {}
+    master:
+      contexts:
+        - misspell-check

Reply via email to