Skip to content

Commit d91757a

Browse files
chore: release v1.7.0 (#1952)
1 parent 7ecd088 commit d91757a

16 files changed

Lines changed: 330 additions & 14 deletions

.asf.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ github:
4646
v1.6.0:
4747
required_pull_request_reviews:
4848
required_approving_review_count: 1
49+
1.7.0:
50+
required_pull_request_reviews:
51+
required_approving_review_count: 1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
# The branches below must be a subset of the branches above
2727
branches:
2828
- master
29-
- v1.6.0
29+
- 1.7.0
3030
schedule:
3131
- cron: '25 5 * * 5'
3232

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
pull_request:
2222
branches:
2323
- master
24-
- v1.6.0
24+
- 1.7.0
2525
type: [review_requested, ready_for_review]
2626

2727
permissions:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
push:
2626
branches:
2727
- master
28-
- v1.6.0
28+
- 1.7.0
2929

3030
concurrency:
3131
group: ${{ github.workflow }}-dev

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- v1.6.0
27+
- 1.7.0
2828
types: [ labeled, opened, synchronize, reopened, review_requested, ready_for_review ]
2929

3030
concurrency:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- v1.6.0
28+
- 1.7.0
2929
type: [review_requested, ready_for_review]
3030

3131
concurrency:

.github/workflows/goimports-reviser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- v1.6.0
28+
- 1.7.0
2929
type: [review_requested, ready_for_review]
3030
jobs:
3131
changes:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- v1.6.0
28+
- 1.7.0
2929
type: [review_requested, ready_for_review]
3030

3131
jobs:

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- v1.6.0
28+
- 1.7.0
2929
type: [review_requested, ready_for_review]
3030

3131
jobs:

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
pull_request:
2626
branches:
2727
- master
28-
- v1.6.0
28+
- 1.7.0
2929
type: [review_requested, ready_for_review]
3030
jobs:
3131
changes:

0 commit comments

Comments
 (0)