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

lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d28c86  chore: add release trigger for dev branch (#558)
1d28c86 is described below

commit 1d28c860a55755e6f8bf8516824aa86f3aef05d1
Author: Jintao Zhang <[email protected]>
AuthorDate: Thu Jun 8 18:43:54 2023 +0800

    chore: add release trigger for dev branch (#558)
    
    Due to the refactoring of APISIX Helm chart, we plan to maintain it
    through the dev branch.
    
    Signed-off-by: Jintao Zhang <[email protected]>
---
 .asf.yaml                      | 3 +++
 .github/workflows/release.yaml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index e252223..103ff83 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -44,3 +44,6 @@ github:
       legacy:
         required_pull_request_reviews:
           required_approving_review_count: 2
+      dev:
+        required_pull_request_reviews:
+          required_approving_review_count: 2
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 51f4c17..78fb6d1 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - legacy
+      - dev
 
 jobs:
   release:

Reply via email to