We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51f860 commit 18af6e4Copy full SHA for 18af6e4
.github/workflows/add-team-label.yml
@@ -29,4 +29,4 @@ jobs:
29
PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }}
30
TEAM_LABEL: ${{ steps.get-team-label.outputs.TEAM_LABEL }}
31
run: |
32
- gh pr edit "$PULL_REQUEST_URL" --add-label "$TEAM_LABEL"
+ gh issue edit "$PULL_REQUEST_URL" --add-label "$TEAM_LABEL"
0 commit comments