Skip to content

Commit

Permalink
[todo] Fetch CI data
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 1, 2024
1 parent d4cd91d commit 26853ba
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion lisp/ghub-graphql.el
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,36 @@ behave as for `ghub-request' (which see)."
updatedAt
body)
(labels [(:edges t)]
id)))))
id)
(commits [(:edges 10)]
(commit
oid
(checkSuites [(:edges t)]
id
databaseId
conclusion
status
resourcePath
url
(workflowRun
id
databaseId
runNumber
(workflow name))
(checkRuns [(:edges t)]
id
databaseId
name
conclusion
status
permalink
;; (isRequired
;; [(pullRequestNumber 586)])
)
)))
))))

;; (ghub-fetch-pullreq "magit" "forge" 586 #'ghub--graphql-pp-response)

(defconst ghub-fetch-repository-review-threads
'(query
Expand Down

0 comments on commit 26853ba

Please sign in to comment.