Files
configurator/.github/labeler.yml
2022-03-21 15:44:29 +01:00

21 lines
488 B
YAML

# This configures label matching for PR's.
#
# The keys are labels, and the values are lists of minimatch patterns
# to which those labels apply.
#
# NOTE: This can only add labels, not remove them.
# NOTE: Due to YAML syntax limitations, patterns or labels which start
# with a character that is part of the standard YAML syntax must be
# quoted.
#
# Please keep the labels sorted and deduplicated.
"c:language":
- locale.in/*
"c:libraries":
- share/*/*
"c:binaries":
- bin/*/*