Skip to content

Commit 18af6e4

Browse files
authored
Update add-team-label.yml (#30)
1 parent f51f860 commit 18af6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-team-label.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }}
3030
TEAM_LABEL: ${{ steps.get-team-label.outputs.TEAM_LABEL }}
3131
run: |
32-
gh pr edit "$PULL_REQUEST_URL" --add-label "$TEAM_LABEL"
32+
gh issue edit "$PULL_REQUEST_URL" --add-label "$TEAM_LABEL"

0 commit comments

Comments
 (0)