Validate PR labels
"label"
Get Labels
Check Count
count
is specified, it verifies the number of labels meets requirementsCheck Required Labels
include
is specified, it checks that at least one matching label is present for each patternCheck Forbidden Labels
exclude
is specified, it checks that no matching labels are presentReturn Result
"bug"
"type-*"
"/^type:.+$/"
(enclosed in forward slashes)