This is an automated email from the ASF dual-hosted git repository.
yuzhou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 2dff070a7 [ISSUE #6138] Add back the protection of the master branch
(#6143)
2dff070a7 is described below
commit 2dff070a774c0aa529738d9fffba590193453a47
Author: rongtong <[email protected]>
AuthorDate: Wed Feb 22 10:52:53 2023 +0800
[ISSUE #6138] Add back the protection of the master branch (#6143)
---
.asf.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1514523ae..1f559e226 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,6 +32,7 @@ github:
# Enable rebase button
rebase: true
protected_branches:
+ master: {}
develop:
required_pull_request_reviews:
dismiss_stale_reviews: true