This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new 7cb44072 Setup protection to 0.7 release branch (#589)
7cb44072 is described below
commit 7cb44072ca7462d7b699952e9c8119e8f8ba5f09
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Tue Jan 7 21:05:29 2025 +0800
Setup protection to 0.7 release branch (#589)
---
.asf.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index ccd50824..02da1d80 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,6 +24,11 @@ github:
- observability
- apm
- database
+ - time-series
+ - monitoring
+ - distributed-tracing
+ - logging
+ - metrics
enabled_merge_buttons:
squash: true
merge: false
@@ -36,3 +41,6 @@ github:
- Continuous Integration
required_pull_request_reviews:
dismiss_stale_reviews: true
+ # Protect 0.7.x release branch
+ v0.7.x:
+ whatever: Just a placehold to make it take effects