grab labels from graphql call

Signed-off-by: Ceri Goff <ceri.goff@aa.com>
This commit is contained in:
Ceri Goff
2023-04-18 11:42:57 -05:00
parent 216de5a26f
commit 66fca84c37
@@ -60,6 +60,12 @@ export const useGetPullRequestDetails = () => {
mergeable
state
reviewDecision
labels(first: 10) {
nodes {
id
name
}
}
isDraft
createdAt
author {