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 1f2b02b Revert "Remove protected branch (#172)" (#174)
1f2b02b is described below
commit 1f2b02bc43f848b8583653dfb802fc386c613a27
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Aug 23 18:04:17 2022 +0800
Revert "Remove protected branch (#172)" (#174)
This reverts commit 87a51e66f651265a4c298133350725d533e05bb0.
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 8df7e72..4d10528 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,3 +36,9 @@ github:
merge: false
# Enable rebase button
rebase: true
+ protected_branches:
+ master:
+ required_status_checks:
+ contexts:
+ - misspell-check
+ - check-license