From 77460dd7f0fb4108e22681ac1efc3e0fd52093a6 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Mon, 2 Nov 2020 19:15:32 -0800 Subject: [PATCH] Use the correct branch name for backporting into v1.0 (#674) 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