summaryrefslogtreecommitdiff
path: root/src/pulls.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulls.graphql')
-rw-r--r--src/pulls.graphql5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pulls.graphql b/src/pulls.graphql
index a25f247..840e665 100644
--- a/src/pulls.graphql
+++ b/src/pulls.graphql
@@ -21,8 +21,11 @@ query PullsQuery($owner: String!, $name: String!, $label: String!, $after: Strin
title
updatedAt
url
+ mergeCommit {
+ oid
+ }
}
}
}
}
-} \ No newline at end of file
+}