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/12/26 10:22:45 UTC

[apisix-ingress-controller] branch master updated: chore: set v1.6 as protect branch (#1556)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b5e89cf6 chore: set v1.6 as protect branch (#1556)
b5e89cf6 is described below

commit b5e89cf6661077dbb40e7d5deef840180f32cedb
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Mon Dec 26 18:22:41 2022 +0800

    chore: set v1.6 as protect branch (#1556)
    
    Signed-off-by: Jintao Zhang <zh...@gmail.com>
---
 .asf.yaml                                 | 3 +++
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/dependency-review.yml   | 2 +-
 .github/workflows/e2e-test-ci-v2-cron.yml | 2 +-
 .github/workflows/e2e-test-ci.yml         | 2 +-
 .github/workflows/golangci-lint.yml       | 2 +-
 .github/workflows/license-checker.yml     | 2 +-
 .github/workflows/lint-checker.yml        | 2 +-
 .github/workflows/spell-checker.yml       | 2 +-
 .github/workflows/unit-test-ci.yml        | 2 +-
 .github/workflows/verify-codegen.yml      | 2 +-
 11 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4ba9dedd..7170b801 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,3 +43,6 @@ github:
       v1.5.0:
         required_pull_request_reviews:
           required_approving_review_count: 1
+      v1.6.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 e8fb389f..76a523c3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -26,7 +26,7 @@ on:
     # The branches below must be a subset of the branches above
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
   schedule:
     - cron: '25 5 * * 5'
 
diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml
index 87dc0c45..7ed68430 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -21,7 +21,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 
 permissions:
diff --git a/.github/workflows/e2e-test-ci-v2-cron.yml b/.github/workflows/e2e-test-ci-v2-cron.yml
index c5eca705..6a1167b1 100644
--- a/.github/workflows/e2e-test-ci-v2-cron.yml
+++ b/.github/workflows/e2e-test-ci-v2-cron.yml
@@ -24,7 +24,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     types: [ labeled, opened, synchronize, reopened, review_requested, ready_for_review ]
 
 concurrency:
diff --git a/.github/workflows/e2e-test-ci.yml b/.github/workflows/e2e-test-ci.yml
index 6e3e9f1d..3e152668 100644
--- a/.github/workflows/e2e-test-ci.yml
+++ b/.github/workflows/e2e-test-ci.yml
@@ -25,7 +25,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 
 concurrency:
diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml
index b695f856..61d0f692 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -25,7 +25,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 
 jobs:
diff --git a/.github/workflows/license-checker.yml b/.github/workflows/license-checker.yml
index e92cb0c1..f6d889ff 100644
--- a/.github/workflows/license-checker.yml
+++ b/.github/workflows/license-checker.yml
@@ -25,7 +25,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 
 jobs:
diff --git a/.github/workflows/lint-checker.yml b/.github/workflows/lint-checker.yml
index 5684e2ad..0585c82c 100644
--- a/.github/workflows/lint-checker.yml
+++ b/.github/workflows/lint-checker.yml
@@ -25,7 +25,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 jobs:
   changes:
diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml
index 055041d2..fdcee367 100644
--- a/.github/workflows/spell-checker.yml
+++ b/.github/workflows/spell-checker.yml
@@ -24,7 +24,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.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 c1b10899..ae87dadd 100644
--- a/.github/workflows/unit-test-ci.yml
+++ b/.github/workflows/unit-test-ci.yml
@@ -25,7 +25,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 jobs:
   changes:
diff --git a/.github/workflows/verify-codegen.yml b/.github/workflows/verify-codegen.yml
index 3a55f1eb..302dba13 100644
--- a/.github/workflows/verify-codegen.yml
+++ b/.github/workflows/verify-codegen.yml
@@ -25,7 +25,7 @@ on:
   pull_request:
     branches:
       - master
-      - v1.5.0
+      - v1.6.0
     type: [review_requested, ready_for_review]
 jobs:
   changes: