Skip to content

Commit b2223d7

Browse files
authored
Merge pull request #129 from skitt/missing-auto-label-hyphen
Add a missing hyphen in the labelling job
2 parents 32a9209 + 9c399b6 commit b2223d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
issues: write
1313
steps:
14-
- run: gh issue edit "$NUMBER" -add-label "$LABELS"
14+
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
1515
env:
1616
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
GH_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)