Skip to content

Commit

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

* chore: im a dick

* fix: testing stufff

* fix: url thing
  • Loading branch information
gordsport authored Feb 5, 2024
1 parent f8d74f1 commit 71ec006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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.html_url }}
PR_URL: ${{ github.event.pull_request.url }}
PR_ID: ${{ github.event.pull_request.node_id }}
GH_TOKEN: ${{ secrets.GH_NEW_CARD_TO_PROJECT }}
USER: ${{ github.actor }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Get issues labels"
id: get-issue-labels
if: |
env.LINKED_ISSUE_ID != ''
env.LINKED_ISSUE_URL != ''
run: |
gh api graphql -f query='
resource(url: $issue_url) {
Expand Down

0 comments on commit 71ec006

Please sign in to comment.