-
Notifications
You must be signed in to change notification settings - Fork 652
Expand file tree
/
Copy pathlabeler.yml
More file actions
93 lines (76 loc) · 2 KB
/
labeler.yml
File metadata and controls
93 lines (76 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
infrastructure:
- changed-files:
- any-glob-to-any-file:
- ".checkov.yml"
- ".clang-format"
- ".clang-tidy"
- ".flake8"
- ".git-blame-ignore-revs"
- ".github/**"
- ".gitignore"
- ".mega-linter.yml"
- ".pre-commit-config.yaml"
- "cmake/**"
- "CMakeLists.txt"
- "CODEOWNERS"
- "COPYING"
- "cppcheck_config"
- "CPPLINT.cfg"
- "dependencies/**"
- "o2linter_config"
- "packaging/**"
- "pyproject.toml"
- "README.md"
datamodel:
- changed-files:
- any-glob-to-any-file: ["DataModel/**", "**/DataModel/**"]
alice3:
- changed-files:
- any-glob-to-any-file: ["ALICE3/**"]
common:
- changed-files:
- any-glob-to-any-file: ["Common/**"]
dpg:
- changed-files:
- any-glob-to-any-file: ["DPG/**"]
pwgcf:
- changed-files:
- any-glob-to-any-file: ["PWGCF/**", "*/PWGCF/**"]
pwgdq:
- changed-files:
- any-glob-to-any-file: ["PWGDQ/**", "*/PWGDQ/**"]
pwgem:
- changed-files:
- any-glob-to-any-file: ["PWGEM/**", "*/PWGEM/**"]
pwghf:
- changed-files:
- any-glob-to-any-file: ["PWGHF/**", "*/PWGHF/**"]
pwgje:
- changed-files:
- any-glob-to-any-file: ["PWGJE/**", "*/PWGJE/**"]
pwglf:
- changed-files:
- any-glob-to-any-file:
["PWGLF/**", "*/PWGLF/**", "PWGMM/**", "*/PWGMM/**"]
pwgmm:
- changed-files:
- any-glob-to-any-file: ["PWGMM/**", "*/PWGMM/**"]
pwgud:
- changed-files:
- any-glob-to-any-file: ["PWGUD/**", "*/PWGUD/**"]
scripts:
- changed-files:
- any-glob-to-any-file: ["Scripts/**"]
tools:
- changed-files:
- any-glob-to-any-file: ["Tools/**"]
trigger:
- changed-files:
- any-glob-to-any-file: ["EventFiltering/**"]
tutorial:
- changed-files:
- any-glob-to-any-file: ["Tutorials/**"]
photon:
- changed-files:
- any-glob-to-any-file: ["PWGEM/PhotonMeson/**", "*/PWGEM/PhotonMeson/**"]