-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathlabeler.yml
54 lines (54 loc) · 1.58 KB
/
labeler.yml
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
---
🔬 analyzer:
- changed-files:
- any-glob-to-any-file: [src/analyzer/**, src/models/analyzer.cr]
💌 deliver:
- changed-files:
- any-glob-to-any-file: [src/deliver/**, src/models/deliver.cr]
🔎 detector:
- changed-files:
- any-glob-to-any-file: [src/detector/**, src/models/detector.cr]
🥢 mini-lexer:
- changed-files:
- any-glob-to-any-file:
- src/minilexers/**
- src/models/minilexer/**
- src/miniparsers/**
📦 output-builder:
- changed-files:
- any-glob-to-any-file:
- src/output_builder/**
- src/models/output_builder.cr
🏷️ tagger:
- changed-files:
- any-glob-to-any-file: [src/tagger/**, src/models/tag.cr]
🚔 passive-scan:
- changed-files:
- any-glob-to-any-file: [src/passive_scan/**, src/models/passive_scan.cr]
💊 spec:
- changed-files:
- any-glob-to-any-file: spec/**
🦺 github-action:
- changed-files:
- any-glob-to-any-file: [.github/workflows/**, .github/labeler.yml]
📑 documentation:
- changed-files:
- any-glob-to-any-file:
- docs/**
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
- SECURITY.md
⚙️ options:
- changed-files:
- any-glob-to-any-file: src/options.cr
⛱️ config:
- changed-files:
- any-glob-to-any-file: [src/completions.cr, src/config_initializer.cr]
🛥️ workflow:
- changed-files:
- any-glob-to-any-file: [.github/workflows/**, .github/labeler.yml]
🐳 docker:
- changed-files:
- any-glob-to-any-file: Dockerfile