Skip to content

Commit

Permalink
labels.yml: Add 'Packaging/building' label for CMake related changes
Browse files Browse the repository at this point in the history
Any changes to `cMake/` are packaging related and therefore label can be applied.
  • Loading branch information
luzpaz authored Aug 5, 2024
1 parent 6fda739 commit f8d0906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit f8d0906

Please sign in to comment.