labels.yml: Add Stylesheets + Differentiate between Mod and Topic labels (#15750)

Added the functionality for the labeler to recognize Stylesheet related PRs. Also annotated file to differentiate different types of labels (as opposed to sorting them all alphabetically).
This commit is contained in:
luzpaz
2024-08-04 16:17:29 -04:00
committed by GitHub
parent 9e71d052a3
commit e4da596ac5

8
.github/labels.yml vendored
View File

@@ -2,6 +2,8 @@
# source:
# - any: ['src/**/*', '!src/docs/*']
# 'Mod' related labels
"Mod: Core":
- changed-files:
- any-glob-to-any-file: ['src/App/**/*', 'src/Base/**/*', 'src/Gui/**/*']
@@ -85,3 +87,9 @@
"Mod: Test":
- changed-files:
- any-glob-to-any-file: ['src/Mod/Test/**/*']
# 'Topic' related labels
"Topic: Stylesheets":
- changed-files:
- any-glob-to-any-file: ['src/Gui/Stylesheets/**/*']