labels.yml: Add 'Packaging/building' label for CMake related changes

Any changes to `cMake/` are packaging related and therefore label can be applied.
This commit is contained in:
luzpaz
2024-08-05 07:14:37 -04:00
committed by Chris Hennes
parent 87664f6ce8
commit 753c86c66a

6
.github/labels.yml vendored
View File

@@ -88,6 +88,12 @@
- changed-files:
- any-glob-to-any-file: ['src/Mod/Test/**/*']
# 'Packaging' related labels
"Packaging/building":
- changed-files:
- any-glob-to-any-file: ['cMake/**/*']
# 'Topic' related labels
"Topic: Stylesheets":