These functions provide a way to check whether an issue has a particular label.
is_ is the main function. The others are wrappers around this one.
is_package checks for a package label.
is_test checks for a test label.
is_approved checks for an approved label.
is_triage checks for a triage label.
get_labels gets all labels associated with an issue.