Skip to content

Commit

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

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

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

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

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

0 comments on commit 7d179db

Please sign in to comment.