We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32a9209 + 9c399b6 commit b2223d7Copy full SHA for b2223d7
.github/workflows/auto-label.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
issues: write
13
steps:
14
- - run: gh issue edit "$NUMBER" -add-label "$LABELS"
+ - run: gh issue edit "$NUMBER" --add-label "$LABELS"
15
env:
16
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
GH_REPO: ${{ github.repository }}
0 commit comments