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 0a9a6f4  Fix omissive label in .asf.yaml (#164)
0a9a6f4 is described below

commit 0a9a6f4b7d87b07d9163f165de4eb4ab608dcfbf
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Aug 23 11:45:58 2022 +0800

    Fix omissive label in .asf.yaml (#164)
---
 .asf.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index edf2fe7..2496171 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,5 +38,6 @@ github:
     rebase: true
   protected_branches:
     master:
-      contexts:
-        - misspell-check
+      required_status_checks:
+        contexts:
+          - misspell-check

Reply via email to