Skip to content

Commit 45538f0

Browse files
authored
fix: transfer resolveGranularity to ApisixUpstream to fix errors (#18)
* fix: transfer resolveGranularity to ApisixUpstream to fix errors --------- Signed-off-by: Ashish Tiwari <[email protected]>
1 parent 57b5aee commit 45538f0

31 files changed

+203
-394
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
branches:
2323
- master
2424
- 1.8.0
25+
- release/1.8.2
2526

2627
permissions:
2728
contents: read

.github/workflows/e2e-test-ci-v2-cron-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
concurrency:
3132
group: ${{ github.workflow }}-dev

.github/workflows/e2e-test-ci-v2-cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
branches:
2626
- master
2727
- 1.8.0
28+
- release/1.8.2
2829

2930
concurrency:
3031
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-v2

.github/workflows/e2e-test-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
concurrency:
3132
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/goimports-reviser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
jobs:
3132
changes:

.github/workflows/license-checker.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

.github/workflows/spell-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
branches:
2626
- master
2727
- 1.8.0
28+
- release/1.8.2
2829
jobs:
2930
misspell:
3031
name: runner / misspell

0 commit comments

Comments
 (0)