Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Aug 22, 2023
1 parent a211559 commit 6a46c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labels/delete_labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ while read -r line; do
# Parse the label name
name=`echo $line | sed -r 's/,/\n/g' | grep '"name":' | cut -d':' -f2-10 | cut -d'"' -f2`

# Check if it appears in the list of common lables
# Check if it appears in the list of common labels
is_common=`egrep -i "\"${name}\"" ${COMMON_LABELS} | wc -l`

# Check if its a custom label that beginning with component, type, or repository name
Expand Down

0 comments on commit 6a46c0a

Please sign in to comment.