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

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


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

commit 6f95e306c750818c12baadc4421c9dca9113772a
Author: Jintao Zhang <[email protected]>
AuthorDate: Fri Jun 9 09:03:29 2023 +0800

    chore: add release trigger for dev branch (#558) (#559)
    
    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