Skip to content

Commit

Permalink
Update manual_label_population_to_repos.yml (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Jan 11, 2024
1 parent 81e4049 commit 3790a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_label_population_to_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
echo -e "\nSyncing label ${{matrix.label}} to ${repo}!"
# We escape grep's nonzero exit status here
out=$(gh label list -R "${repo}" -L 100 | cut -f 1 | grep -w "${{ matrix.label }}" || echo "")
out=$(gh label list -R "${repo}" -L 100 | cut -f 1 | grep -w "^${{ matrix.label }}$" || echo "")
if [ -z "${out}" ]; then
# Label missing
Expand Down

0 comments on commit 3790a98

Please sign in to comment.