From 73579f94c7dd20c26efad530f76715b4f18c7deb Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Thu, 10 Apr 2025 14:49:03 +0530 Subject: [PATCH] ci: update pr-commentor action for v3.14 This commit updates pr-commentor action for v3.14 release. Signed-off-by: Rakshith R --- .github/workflows/pull-request-commentor.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request-commentor.yaml b/.github/workflows/pull-request-commentor.yaml index fa03776d7..7340c51bb 100644 --- a/.github/workflows/pull-request-commentor.yaml +++ b/.github/workflows/pull-request-commentor.yaml @@ -18,15 +18,15 @@ jobs: strategy: matrix: - branch: [release-v3.12, release-v3.13, devel] + branch: [release-v3.13, release-v3.14, devel] k8s: ["1.29", "1.30", "1.31", "1.32"] exclude: - - k8s: "1.32" - branch: "release-v3.12" - - k8s: "1.32" branch: "release-v3.13" + - k8s: "1.29" + branch: "release-v3.14" + - k8s: "1.29" branch: "devel"