Skip to content

Commit

Permalink
Remove erroneous comma from bash list (#274) (#276)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1386c63)

Co-authored-by: Andrew Savage <[email protected]>
  • Loading branch information
1 parent 50ff67a commit 9451c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-cherry-pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9451c94

Please sign in to comment.