Skip to content

Commit 4d127d9

Browse files
iPraveenPariharmergify[bot]
authored andcommitted
ci: update pr-commentor action for v3.17
This commit updates pr-commentor action for v3.17 release. Assisted-by: Claude Code <noreply@anthropic.com> Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 4128238 commit 4d127d9

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/pull-request-commentor.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,14 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
branch: [release-v3.15, release-v3.16, devel]
22-
k8s: ["1.31", "1.32", "1.33", "1.34", "1.35"]
21+
branch: [release-v3.16, release-v3.17, devel]
22+
k8s: ["1.32", "1.33", "1.34", "1.35"]
2323
exclude:
24-
- k8s: "1.35"
25-
branch: "release-v3.15"
26-
2724
- k8s: "1.35"
2825
branch: "release-v3.16"
2926

30-
- k8s: "1.34"
31-
branch: "release-v3.15"
32-
33-
- k8s: "1.31"
34-
branch: "release-v3.16"
35-
36-
- k8s: "1.31"
37-
branch: "devel"
27+
- k8s: "1.32"
28+
branch: "release-v3.17"
3829

3930
- k8s: "1.32"
4031
branch: "devel"

0 commit comments

Comments
 (0)