Handbook
Glossary
get-issues-with-no-labels ( owner repo -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
seq
an
object
Definition
USING:
assocs
sequences
;
IN:
github
:
get-issues-with-no-labels
( owner repo -- seq )
list-issues-for-repository
[
"labels"
of
empty?
]
filter
;