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

mmarshall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 117fad54bc6 [improve] Protect branch-3.0 (#20080)
117fad54bc6 is described below

commit 117fad54bc67e8c9342cd220080eaf52930414ac
Author: Michael Marshall <[email protected]>
AuthorDate: Wed Apr 12 10:22:05 2023 -0500

    [improve] Protect branch-3.0 (#20080)
    
    ### Motivation
    
    Add branch protection to the new `branch-3.0`.
    
    ### Modifications
    
    * Updated the `.asf.yaml` to include `branch-3.0`.
    
    ### Documentation
    
    - [x] `doc-not-needed`
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index bec521f1a8c..459dcb6e2fe 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -82,6 +82,7 @@ github:
     branch-2.9: {}
     branch-2.10: {}
     branch-2.11: {}
+    branch-3.0: {}
 
 notifications:
   commits:      [email protected]

Reply via email to