Skip to content

Commit

Permalink
Update match_labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport committed Feb 6, 2024
1 parent e5d5c38 commit 9ee8867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/match_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
}
}
}
}' -f issue_url=${{ env.LINKED_ISSUE_URL }}
}' -f issue_url=$ {{ LINKED_ISSUE_URL }} >> $GITHUB_ENV
echo 'BUG='$(jq '.data.resource.labels.nodes[] | select(.name== "bug") | .id' data.json) >> $GITHUB_ENV
echo 'BREAKING='$(jq '.data.resource.labels.nodes[] | select(.name== "breaking-change") | .id' data.json) >> $GITHUB_ENV
echo 'DEPRECATE='$(jq '.data.resource.labels.nodes[] | select(.name== "deprecation") | .id' data.json) >> $GITHUB_ENV
Expand Down

0 comments on commit 9ee8867

Please sign in to comment.