This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 428f00f0cf88c3cd62fde66d944ed258ad83b187 Author: Haonan <[email protected]> AuthorDate: Wed Apr 9 10:41:49 2025 +0800 Add branch protection for develop branches --- .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]
