Skip to content

Commit b302736

Browse files
committed
Add missing labels and files
1 parent 7c564bb commit b302736

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/labeler.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,26 @@ common:
1010
infrastructure:
1111
- changed-files:
1212
- any-glob-to-any-file:
13+
- '.checkov.yml'
1314
- '.clang-format'
1415
- '.clang-tidy'
1516
- '.flake8'
17+
- '.git-blame-ignore-revs'
1618
- '.github/**'
17-
- '.checkov.yml'
19+
- '.gitignore'
1820
- '.mega-linter.yml'
1921
- '.pre-commit-config.yaml'
2022
- 'cmake/**'
23+
- 'CMakeLists.txt'
2124
- 'CODEOWNERS'
25+
- 'COPYING'
26+
- 'cppcheck_config'
2227
- 'CPPLINT.cfg'
2328
- 'dependencies/**'
29+
- 'o2linter_config'
2430
- 'packaging/**'
2531
- 'pyproject.toml'
32+
- 'README.md'
2633

2734
datamodel:
2835
- changed-files:
@@ -56,10 +63,22 @@ pwglf:
5663
- changed-files:
5764
- any-glob-to-any-file: ['PWGLF/**', '*/PWGLF/**', 'PWGMM/**', '*/PWGMM/**']
5865

66+
pwgmm:
67+
- changed-files:
68+
- any-glob-to-any-file: ['PWGMM/**', '*/PWGMM/**']
69+
5970
pwgud:
6071
- changed-files:
6172
- any-glob-to-any-file: ['PWGUD/**', '*/PWGUD/**']
6273

74+
scripts:
75+
- changed-files:
76+
- any-glob-to-any-file: ['Scripts/**']
77+
78+
tools:
79+
- changed-files:
80+
- any-glob-to-any-file: ['Tools/**']
81+
6382
trigger:
6483
- changed-files:
6584
- any-glob-to-any-file: ['EventFiltering/**']

0 commit comments

Comments
 (0)