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:22:31 UTC

[rocketmq-clients] branch master updated (d458bfc -> 8fa412e)

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

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


 discard d458bfc  Mark master branch as protected
     new 8fa412e  Mark master branch as protected

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d458bfc)
            \
             N -- N -- N   refs/heads/master (8fa412e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[rocketmq-clients] 01/01: Mark master branch as protected

Posted by aa...@apache.org.
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

commit 8fa412e0e91e1ea726c97d3dc261c9f34f9dee09
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..988f7fc 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
\ No newline at end of file