Skip to content

Commit

Permalink
chore: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport committed Feb 6, 2024
1 parent b0147c7 commit 176e94c
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 @@ -28,7 +28,7 @@ jobs:
permissions: write-all
steps:

- name: "Get linked issue id and state"
- name: "Get linked issue url"
id: linked-issue
run: |
gh api graphql -f query='
Expand All @@ -46,7 +46,7 @@ jobs:
}' -f pr_url=$PR_URL > data.json
echo 'LINKED_ISSUE_URL='$(jq -r '.data.resource.closingIssuesReferences.nodes[] | .url' data.json) >> $GITHUB_ENV
- name: "Get issues labels"
- name: "Check issue for applicable labels"
id: get-issue-labels
if: |
env.LINKED_ISSUE_URL != ''
Expand Down

0 comments on commit 176e94c

Please sign in to comment.