Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyoboieltr committed Oct 29, 2024
1 parent c982a99 commit 53229ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/add-team-label-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
types:
- opened
- synchronize

jobs:
add-team-label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/add-team-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
TEAM_LABEL: ${{ steps.get-team-label.outputs.TEAM_LABEL }}
run: |
gh api --method POST --header "Accept: application/vnd.github+json" --header "X-GitHub-Api-Version: 2022-11-28" /repos/$OWNER/$REPO/issues/$PR_NUMBER/labels -f "labels[]=$TEAM_LABEL"
gh api --method POST --header "Accept: application/vnd.github+json" --header "X-GitHub-Api-Version: 2022-11-28" "/repos/$OWNER/$REPO/issues/$PR_NUMBER/labels" -f "labels[]=$TEAM_LABEL"

0 comments on commit 53229ea

Please sign in to comment.