forked from squizlabs/PHP_CodeSniffer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
labeler.yml
101 lines (97 loc) · 2.38 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
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
94
95
96
97
98
99
100
101
version: 1
appendOnly: true
labels:
- label: "Status: triage"
draft: false
author-can-merge: false
- label: "Core Component: Config & Ruleset & CLI options"
draft: false
files:
- "src/Config.php$"
- label: "Core Component: Config & Ruleset & CLI options"
draft: false
files:
- "src/Ruleset.php$"
- label: "Core Component: File"
draft: false
files:
- "src/Files/.*"
- label: "Core Component: Fixer"
draft: false
files:
- "src/Fixer.php$"
- label: "Core Component: Generators"
draft: false
files:
- "src/Generators/.*"
- label: "Core Component: Reports"
draft: false
files:
- "src/Reports/.*"
- label: "Core Component: Tokenizer"
draft: false
files:
- "src/Tokenizers/.*"
- label: "Core Component: Utils"
draft: false
files:
- "src/Util/.*"
- label: "Focus: Comments/Docblocks"
draft: false
files:
- "src/Standards/.*/Sniffs/Commenting/"
- label: "Focus: Fixer Conflicts"
draft: false
body: ".* fixer conflict.*"
- label: "Standard: Generic"
draft: false
files:
- "src/Standards/Generic/(Docs|Sniffs)/.*"
- label: "Standard: MySource"
draft: false
files:
- "src/Standards/MySource/(Docs|Sniffs)/.*"
- label: "Standard: PEAR"
draft: false
files:
- "src/Standards/PEAR/(Docs|Sniffs)/.*"
- label: "Standard: PSR1"
draft: false
files:
- "src/Standards/PSR1/(Docs|Sniffs)/.*"
- label: "Standard: PSR2"
draft: false
files:
- "src/Standards/PSR2/(Docs|Sniffs)/.*"
- label: "Standard: PSR12"
draft: false
files:
- "src/Standards/PSR12/(Docs|Sniffs)/.*"
- label: "Standard: Squiz"
draft: false
files:
- "src/Standards/Squiz/(Docs|Sniffs)/.*"
- label: "Standard: Zend"
draft: false
files:
- "src/Standards/Zend/(Docs|Sniffs)/.*"
- label: "Type: breaking change"
draft: false
body: '[Xx]\] Breaking change'
- label: "Type: bug"
draft: false
body: '[Xx]\] Bug fix'
- label: "Type: enhancement"
draft: false
body: '[Xx]\] New feature'
- label: "Type: documentation"
draft: false
body: '[Xx]\] Documentation improvement'
- label: "Type: documentation"
draft: false
files:
- 'src/Standards/.*/Docs/[A-Za-z0-9-]*/.*Standard.xml$'
- label: "Type: documentation"
draft: false
files:
- "*.md$"