Skip to content

Commit 873b210

Browse files
add repository to issue and bump version (#44)
1 parent c2a9acb commit 873b210

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/main/graphql/zenhub/fragments/IssueFragment.graphql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ fragment IssueFragment on Issue {
2525
}
2626
}
2727
htmlUrl
28+
repository {
29+
id
30+
ghId
31+
ownerName
32+
name
33+
}
2834
createdAt
2935
closedAt
3036
pipelineIssues {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
9.3.0

0 commit comments

Comments
 (0)