You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/08/30 08:41:11 UTC

[apisix-ingress-controller] branch v1.5.0 updated: chore: protect v1.5.0 and enable CI for it (#1294) (#1299)

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

zhangjintao pushed a commit to branch v1.5.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/v1.5.0 by this push:
     new 3b56ee3c chore: protect v1.5.0 and enable CI for it (#1294) (#1299)
3b56ee3c is described below

commit 3b56ee3cd9b9e40073e556fd799a62e573c3dcb8
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Tue Aug 30 16:41:07 2022 +0800

    chore: protect v1.5.0 and enable CI for it (#1294) (#1299)
---
 .asf.yaml                               | 3 +++
 .github/workflows/codeql-analysis.yml   | 4 +++-
 .github/workflows/dependency-review.yml | 1 +
 .github/workflows/e2e-test-ci.yml       | 1 +
 .github/workflows/golangci-lint.yml     | 1 +
 .github/workflows/license-checker.yml   | 1 +
 .github/workflows/lint-checker.yml      | 1 +
 .github/workflows/spell-checker.yml     | 7 +++++--
 .github/workflows/unit-test-ci.yml      | 1 +
 .github/workflows/verify-codegen.yml    | 1 +
 10 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c64d3e76..4ba9dedd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,3 +40,6 @@ github:
       master:
         required_pull_request_reviews:
           required_approving_review_count: 2
+      v1.5.0:
+        required_pull_request_reviews:
+          required_approving_review_count: 1
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c229e8e6..6a6df773 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -24,7 +24,9 @@ on:
   pull_request:
     type: [review_requested, ready_for_review]
     # The branches below must be a subset of the branches above
-    branches: [ master ]
+    branches:
+      - master
+      - v1.5.0
   schedule:
     - cron: '25 5 * * 5'
 
diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml
index 99e40b73..87dc0c45 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -21,6 +21,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 
 permissions:
diff --git a/.github/workflows/e2e-test-ci.yml b/.github/workflows/e2e-test-ci.yml
index a09ec7e3..43a30aca 100644
--- a/.github/workflows/e2e-test-ci.yml
+++ b/.github/workflows/e2e-test-ci.yml
@@ -25,6 +25,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 
 concurrency:
diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml
index 6f445051..5939a90b 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -25,6 +25,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 
 jobs:
diff --git a/.github/workflows/license-checker.yml b/.github/workflows/license-checker.yml
index 8f2bdceb..5587631b 100644
--- a/.github/workflows/license-checker.yml
+++ b/.github/workflows/license-checker.yml
@@ -25,6 +25,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 
 jobs:
diff --git a/.github/workflows/lint-checker.yml b/.github/workflows/lint-checker.yml
index bbe6ad5a..5feeee85 100644
--- a/.github/workflows/lint-checker.yml
+++ b/.github/workflows/lint-checker.yml
@@ -25,6 +25,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 jobs:
   changes:
diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml
index ef1d159a..df865141 100644
--- a/.github/workflows/spell-checker.yml
+++ b/.github/workflows/spell-checker.yml
@@ -19,9 +19,12 @@
 name: spell-checker
 on:
   push:
-    branches: [ master ]
+    branches:
+      - master
   pull_request:
-    branches: [ master ]
+    branches:
+      - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 jobs:
   misspell:
diff --git a/.github/workflows/unit-test-ci.yml b/.github/workflows/unit-test-ci.yml
index 6f162c08..213bae31 100644
--- a/.github/workflows/unit-test-ci.yml
+++ b/.github/workflows/unit-test-ci.yml
@@ -25,6 +25,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 jobs:
   changes:
diff --git a/.github/workflows/verify-codegen.yml b/.github/workflows/verify-codegen.yml
index 3f31871f..e497c6f7 100644
--- a/.github/workflows/verify-codegen.yml
+++ b/.github/workflows/verify-codegen.yml
@@ -25,6 +25,7 @@ on:
   pull_request:
     branches:
       - master
+      - v1.5.0
     type: [review_requested, ready_for_review]
 jobs:
   changes: