Files
build/.github/labeler.yml
Igor 70832ae5a1 Improve labeling system - refactor labeling logic (#5916)
* Add label table
* Add PR size labelling
* Implement suggestings from meeting
* Add proper GitHub labeller
---------

Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
2023-11-19 22:36:06 +01:00

40 lines
864 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.
"Hardware":
- patch/u-boot/*
- patch/u-boot/**/*
- patch/atf/*
- config/bootenv/*
- config/bootscripts/*
- patch/kernel/*
- patch/kernel/**/*
- patch/misc/*
- patch/crust/*
- config/kernel/*
- config/sources/*
- config/sources/**/*
- config/boards/*
- config/bootscripts/*
- config/bootenv/*
"Software":
- lib/*
- tools/*
- config/cli/*
- packages/*
- extensions/*
- .github/workflows/*
"Desktop":
- config/desktop/*