From 9451c94cafe3621242025cdf2208400647279e51 Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Fri, 5 May 2023 10:09:12 -0700 Subject: [PATCH] Remove erroneous comma from bash list (#274) (#276) (cherry picked from commit 1386c63f8804a44b0113250b5f84b4162cdf05ca) Co-authored-by: Andrew Savage --- .github/workflows/label-cherry-pick.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-cherry-pick.yaml b/.github/workflows/label-cherry-pick.yaml index 8ed8a29528b5..d9748f30a29c 100644 --- a/.github/workflows/label-cherry-pick.yaml +++ b/.github/workflows/label-cherry-pick.yaml @@ -26,7 +26,7 @@ jobs: labels=$LABEL_NAME fi - branches=("23.lts.1+" "22.lts.1+" "21.lts.1+", "20.lts.1+" "19.lts.1+" "19.android.1+" "rc_11" "COBALT_9") + branches=("23.lts.1+" "22.lts.1+" "21.lts.1+" "20.lts.1+" "19.lts.1+" "19.android.1+" "rc_11" "COBALT_9") filtered_branches=() for branch in "${branches[@]}"; do if [[ $branch == $BASE_REF ]]; then