Skip to content

Commit

Permalink
Label matching (#149)
Browse files Browse the repository at this point in the history
* test: new action

* chore: im a dick

* fix: testing stufff

* fix: url thing

* fix: get URL
  • Loading branch information
gordsport authored Feb 6, 2024
1 parent 6f6cc9a commit e8df780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/match_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: "Match Labels for Changelog"
env:
ORGANIZATION: theteamworks
PROJECT_NUMBER: 3
PR_URL: ${{ github.event.pull_request.url }}
PR_URL: ${{ github.event.pull_request.html_url }}
PR_ID: ${{ github.event.pull_request.node_id }}
GH_TOKEN: ${{ secrets.GH_NEW_CARD_TO_PROJECT }}
USER: ${{ github.actor }}
Expand Down Expand Up @@ -83,4 +83,3 @@ jobs:
clientMutationId
}
}' -f pr=$PR_ID -f user=$USER

0 comments on commit e8df780

Please sign in to comment.