Liking cljdoc? Tell your friends :D

clj-github.pull

Provides functions to work with pull requests via github api.

Provides functions to work with pull requests via github api.
raw docstring

close-pull!clj

(close-pull! client org repo pull-number)
source

create-pull!clj

(create-pull! client
              org
              {:keys [repo title branch body base] :or {base "master"}})
source

get-open-pulls!clj

(get-open-pulls! client org repo)
source

get-pull!clj

(get-pull! client org repo pull-number)
source

get-pulls!clj

(get-pulls! client org repo params)
source

has-label?clj

(has-label? {:keys [labels] :as _pull} label)

does a pull request have the given label?

does a pull request have the given label?
sourceraw docstring

pull->branch-nameclj

(pull->branch-name pull)

get branch name associated with a pull request

get branch name associated with a pull request
sourceraw docstring

pull-closed?clj

(pull-closed? pull)
source

update-pull!clj

(update-pull! client org repo pull-number params)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close