You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/23 09:19:38 UTC

[rocketmq-clients] branch master updated: Mark master branch as protected

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 d458bfc  Mark master branch as protected
d458bfc is described below

commit d458bfcb9ada767532b9c10e36229586c74fab27
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Jun 23 17:19:30 2022 +0800

    Mark master branch as protected
---
 .asf.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a6331b8..0903706 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,9 +29,11 @@ github:
     # Enable projects for project management boards
     projects: true
   enabled_merge_buttons:
-    # Enable squash button:
+    # Enable squash button
     squash:  true
-    # Disable merge button:
+    # Disable merge button
     merge:   false
-    # Enable rebase button:
+    # Enable rebase button
     rebase:  true
+  protected_branches:
+    - master