Provides auxiliary functions to work with issues via github api.
Provides auxiliary functions to work with issues via github api.
(comment! client org repo issue-number message)
Create an issue comment.
For details about the response format, look at https://docs.github.com/en/rest/reference/issues#create-an-issue-comment.
Create an issue comment. For details about the response format, look at https://docs.github.com/en/rest/reference/issues#create-an-issue-comment.
(delete-label! client org repo issue-number label)
Delete a label from an issue.
For details about the response format, look at https://docs.github.com/en/rest/reference/issues#remove-a-label-from-an-issue.
Delete a label from an issue. For details about the response format, look at https://docs.github.com/en/rest/reference/issues#remove-a-label-from-an-issue.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close