Skip to content

Commit

Permalink
Merge pull request #100 from antoniovazquezblanco/labelerv5
Browse files Browse the repository at this point in the history
Fix labeler
  • Loading branch information
BatchDrake committed Jan 13, 2024
2 parents abd66e6 + 0a19c29 commit 492fdf6
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .github/labeler.yml
@@ -1,16 +1,25 @@
ci:
- .github/**
- changed-files:
- any-glob-to-any-file: '.github/**'

build_system:
- 'CMake*'
- '**/CMakeLists.txt'
- '**/*.cmake'
- changed-files:
- any-glob-to-any-file:
- 'CMake*'
- '**/CMakeLists.txt'
- '**/*.cmake'

sigutils:
- any: ['src/**', '!src/CMakeLists.txt']
- changed-files:
- any-glob-to-any-file: 'src/**'
- all-globs-to-all-files: '!src/CMakeLists.txt'

documentation:
- any: ['doc/**', '!doc/CMakeLists.txt']
- changed-files:
- any-glob-to-any-file: 'doc/**'
- all-globs-to-all-files: '!doc/CMakeLists.txt'

tests:
- any: ['tests/**', '!tests/CMakeLists.txt']
- changed-files:
- any-glob-to-any-file: 'tests/**'
- all-globs-to-all-files: '!tests/CMakeLists.txt'

0 comments on commit 492fdf6

Please sign in to comment.