Handbook
Glossary
get-issues-by-label ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
assocs
assocs.extras
sequences
;
IN:
github
:
get-issues-by-label
( owner repo -- seq )
list-issues-for-repository
[
"labels"
of
[
"name"
of
]
map
]
collect-by-multi
;