File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,26 @@ common:
1010infrastructure :
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
2734datamodel :
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+
5970pwgud :
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+
6382trigger :
6483 - changed-files :
6584 - any-glob-to-any-file : ['EventFiltering/**']
You can’t perform that action at this time.
0 commit comments