Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jan 20, 2025
1 parent 13289f3 commit 91309f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/scripts/prepare-new-issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ for AREA in ${BODY_AREAS}; do
continue
fi

if [[ -n "${LABELS}" ]]; then
LABELS+=","
fi
LABELS+="${AREA}"
LABELS+=",${AREA}"
done

if [[ -v BODY_AREAS[@] ]]; then
Expand Down

0 comments on commit 91309f2

Please sign in to comment.