grab labels from graphql call
Signed-off-by: Ceri Goff <ceri.goff@aa.com>
This commit is contained in:
@@ -60,6 +60,12 @@ export const useGetPullRequestDetails = () => {
|
||||
mergeable
|
||||
state
|
||||
reviewDecision
|
||||
labels(first: 10) {
|
||||
nodes {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
isDraft
|
||||
createdAt
|
||||
author {
|
||||
|
||||
Reference in New Issue
Block a user