summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2020-11-02 19:15:32 -0800
committerGitHub <[email protected]>2020-11-02 19:15:32 -0800
commit77460dd7f0fb4108e22681ac1efc3e0fd52093a6 (patch)
tree32085f843636a7d94a7a99a3d2872b35c511e2d8
parentc3664193f3c05bd6ae48f153c6c41cd7d7a3d98b (diff)
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.
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
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