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

jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new c7d21f3a Add branch protection for develop branches (#457)
c7d21f3a is described below

commit c7d21f3a1b614c7fecc2067aafb963f812ebeb8f
Author: Haonan <[email protected]>
AuthorDate: Wed Apr 9 14:26:41 2025 +0800

    Add branch protection for develop branches (#457)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index dbaa7d99..702abd80 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,6 +39,9 @@ github:
     merge:   false
     # disable rebase button:
     rebase:  true
+  protected_branches:
+    develop: {}
+    dev/1.1: {}
 
 notifications:
   commits: [email protected]

Reply via email to