Fix label action for changes in Mod/Surface.

Adding label action for 3rd party changes.
This commit is contained in:
Max Wilfinger
2025-06-06 17:50:36 +02:00
committed by Max Wilfinger
parent 4b0ac624d5
commit b263c8d383

6
.github/labels.yml vendored
View File

@@ -86,7 +86,7 @@
"Mod: Surface":
- changed-files:
- any-glob-to-any-file: ['src/Mod/Surface/**/*/']
- any-glob-to-any-file: ['src/Mod/Surface/**/*']
"Mod: TechDraw":
- changed-files:
@@ -102,6 +102,10 @@
- changed-files:
- any-glob-to-any-file: ['cMake/**/*']
"3rd party component":
- changed-files:
- any-glob-to-any-file: ['src/3rdParty/**/*']
# 'Topic' related labels
"Topic: Stylesheets":