From 25e595284b4c5d09d929604913b8d9795785cb84 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Mon, 2 Nov 2020 18:49:25 -0800 Subject: [PATCH] Use the correct branch name for backporting into v1.0 This change uses the correct branch name (`release-1.0`) to backport changes into the v1.0 branch. --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 152239f..f2aec60 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ] + branch: [ 'release-1.0', 'release-0.28', 'release-0.27' ] runs-on: ubuntu-20.04