From ed62e6a1b10114e37bd968399f3ab08de4611db9 Mon Sep 17 00:00:00 2001 From: Ram Lavi Date: Wed, 1 Nov 2023 10:46:12 +0200 Subject: [PATCH] workflows, auto-bumper: Update supported stable branches CNAO will auto bump only the stable branches that are set on the workflow branch matrix. Updating the supported branches. Signed-off-by: Ram Lavi --- .github/workflows/component-bumper.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/component-bumper.yaml b/.github/workflows/component-bumper.yaml index ca42bd58f..e85cc0130 100644 --- a/.github/workflows/component-bumper.yaml +++ b/.github/workflows/component-bumper.yaml @@ -14,11 +14,10 @@ jobs: matrix: branch: - main - - release-0.53 - - release-0.58 - release-0.65 - release-0.76 - release-0.79 + - release-0.85 - release-0.89 steps: - name: Login to Quay