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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new b0ee122df ORC-1802: Enable tag protection
b0ee122df is described below

commit b0ee122df71c57214c2b010137d5e1f952f0edd3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Nov 4 18:11:58 2024 -0800

    ORC-1802: Enable tag protection
    
    ### What changes were proposed in this pull request?
    
    This PR aims to enable tag protection in Apache ORC repository.
    
    ### Why are the changes needed?
    
    To protect tags.
    - 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#Git.asf.yamlfeatures-Tagprotection
    
    For example, `rel/*` tags are referenced by Apache ORC website and `v*.*.*` 
tags are referenced by other ASF projects.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2069 from dongjoon-hyun/ORC-1802.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 14178a61c..e60d1516c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,6 +30,9 @@ github:
     - java
     - cpp
     - big-data
+  protected_tags:
+    - "rel/*"
+    - "v*.*.*"
 notifications:
   pullrequests: [email protected]
   issues: [email protected]

Reply via email to