Skip to content

Commit f1d18e9

Browse files
committed
chore: ci: fix labeler for version 6
1 parent 0fc2579 commit f1d18e9

File tree

1 file changed

+46
-33
lines changed

1 file changed

+46
-33
lines changed

.github/labeler.yml

Lines changed: 46 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,54 @@
11
Rules:
2-
- 'deprecated/**/*'
3-
- 'rules/**/*'
4-
- 'rules-compliance/**/*'
5-
- 'rules-dfir/**/*'
6-
- 'rules-emerging-threats/**/*'
7-
- 'rules-placeholder/**/*'
8-
- 'rules-threat-hunting/**/*'
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- 'deprecated/**'
5+
- 'rules/**'
6+
- 'rules-compliance/**'
7+
- 'rules-dfir/**'
8+
- 'rules-emerging-threats/**'
9+
- 'rules-placeholder/**'
10+
- 'rules-threat-hunting/**'
911
Emerging-Threats:
10-
- 'rules-emerging-threats/**/*'
12+
- changed-files:
13+
- any-glob-to-any-file: 'rules-emerging-threats/**'
1114
Threat-Hunting:
12-
- 'rules-threat-hunting/**/*'
15+
- changed-files:
16+
- any-glob-to-any-file: 'rules-threat-hunting/**'
1317
MacOS:
14-
- 'rules/macos/**/*'
15-
- 'rules-compliance/macos/**/*'
16-
- 'rules-dfir/macos/**/*'
17-
- 'rules-emerging-threats/macos/**/*'
18-
- 'rules-placeholder/macos/**/*'
19-
- 'rules-threat-hunting/macos/**/*'
18+
- changed-files:
19+
- any-glob-to-any-file:
20+
- 'rules/macos/**'
21+
- 'rules-compliance/macos/**'
22+
- 'rules-dfir/macos/**'
23+
- 'rules-emerging-threats/macos/**'
24+
- 'rules-placeholder/macos/**'
25+
- 'rules-threat-hunting/macos/**'
2026
Windows:
21-
- 'rules/windows/**/*'
22-
- 'rules-compliance/windows/**/*'
23-
- 'rules-dfir/windows/**/*'
24-
- 'rules-emerging-threats/windows/**/*'
25-
- 'rules-placeholder/windows/**/*'
26-
- 'rules-threat-hunting/windows/**/*'
27+
- changed-files:
28+
- any-glob-to-any-file:
29+
- 'rules/windows/**'
30+
- 'rules-compliance/windows/**'
31+
- 'rules-dfir/windows/**'
32+
- 'rules-emerging-threats/windows/**'
33+
- 'rules-placeholder/windows/**'
34+
- 'rules-threat-hunting/windows/**'
2735
Linux:
28-
- 'rules/linux/**/*'
29-
- 'rules-compliance/linux/**/*'
30-
- 'rules-dfir/linux/**/*'
31-
- 'rules-emerging-threats/linux/**/*'
32-
- 'rules-placeholder/linux/**/*'
33-
- 'rules-threat-hunting/linux/**/*'
36+
- changed-files:
37+
- any-glob-to-any-file:
38+
- 'rules/linux/**'
39+
- 'rules-compliance/linux/**'
40+
- 'rules-dfir/linux/**'
41+
- 'rules-emerging-threats/linux/**'
42+
- 'rules-placeholder/linux/**'
43+
- 'rules-threat-hunting/linux/**'
3444
Maintenance:
35-
- 'documentation/**/*'
36-
- 'tests/**/*'
37-
- '.github/**/*'
38-
- 'README.md'
39-
- 'Releases.md'
45+
- changed-files:
46+
- any-glob-to-any-file:
47+
- 'documentation/**'
48+
- 'tests/**'
49+
- '.github/**'
50+
- 'README.md'
51+
- 'Releases.md'
4052
Review Needed:
41-
- '**/*'
53+
- changed-files:
54+
- any-glob-to-any-file: '**'

0 commit comments

Comments
 (0)