Skip to content

Commit a4eab7e

Browse files
authored
Merge pull request #68 from PHPCSStandards/feature/label-mngmnt-fix-yaml-error
GH Actions/label new PRs: fix yaml file + other tweaks
2 parents aecf5e2 + 1644c36 commit a4eab7e

File tree

1 file changed

+90
-86
lines changed

1 file changed

+90
-86
lines changed

.github/labeler.yml

+90-86
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,97 @@
11
version: 1
22
appendOnly: true
33
labels:
4-
- label: "Status: triage"
5-
draft: False
6-
author-can-merge: False
4+
- label: "Status: triage"
5+
draft: false
6+
author-can-merge: false
77

8-
- label: "Core Component: Config & Ruleset & CLI options"
9-
draft: False
10-
files:
11-
- "src/Config.php$"
12-
- label: "Core Component: Config & Ruleset & CLI options"
13-
draft: False
14-
files:
15-
- "src/Ruleset.php$"
16-
- label: "Core Component: File"
17-
draft: False
18-
files:
19-
- "src/Files/.*"
20-
- label: "Core Component: Fixer"
21-
draft: False
22-
files:
23-
- "src/Fixer.php$"
24-
- label: "Core Component: Reports"
25-
draft: False
26-
files:
27-
- "src/Reports/.*"
28-
- label: "Core Component: Tokenizer"
29-
draft: False
30-
files:
31-
- "src/Tokenizers/.*"
32-
- label: "Core Component: Utils"
33-
draft: False
34-
files:
35-
- "src/Util/.*"
8+
- label: "Core Component: Config & Ruleset & CLI options"
9+
draft: false
10+
files:
11+
- "src/Config.php$"
12+
- label: "Core Component: Config & Ruleset & CLI options"
13+
draft: false
14+
files:
15+
- "src/Ruleset.php$"
16+
- label: "Core Component: File"
17+
draft: false
18+
files:
19+
- "src/Files/.*"
20+
- label: "Core Component: Fixer"
21+
draft: false
22+
files:
23+
- "src/Fixer.php$"
24+
- label: "Core Component: Reports"
25+
draft: false
26+
files:
27+
- "src/Reports/.*"
28+
- label: "Core Component: Tokenizer"
29+
draft: false
30+
files:
31+
- "src/Tokenizers/.*"
32+
- label: "Core Component: Utils"
33+
draft: false
34+
files:
35+
- "src/Util/.*"
3636

37-
- label: "Focus: Comments/Docblocks"
38-
draft: False
39-
files:
40-
- "src/Standards/.*/Sniffs/Commenting/"
41-
- label: "Focus: Fixer Conflicts"
42-
draft: False
43-
body: ".* fixer conflict.*"
37+
- label: "Focus: Comments/Docblocks"
38+
draft: false
39+
files:
40+
- "src/Standards/.*/Sniffs/Commenting/"
41+
- label: "Focus: Fixer Conflicts"
42+
draft: false
43+
body: ".* fixer conflict.*"
4444

45-
- label: "Standard: Generic"
46-
draft: False
47-
files:
48-
- "src/Standards/Generic/.*"
49-
- label: "Standard: MySource"
50-
draft: False
51-
files:
52-
- "src/Standards/MySource/.*"
53-
- label: "Standard: PEAR"
54-
draft: False
55-
files:
56-
- "src/Standards/PEAR/.*"
57-
- label: "Standard: PSR1"
58-
draft: False
59-
files:
60-
- "src/Standards/PSR1/.*"
61-
- label: "Standard: PSR2"
62-
draft: False
63-
files:
64-
- "src/Standards/PSR2/.*"
65-
- label: "Standard: PSR12"
66-
draft: False
67-
files:
68-
- "src/Standards/PSR12/.*"
69-
- label: "Standard: Squiz"
70-
draft: False
71-
files:
72-
- "src/Standards/Squiz/.*"
73-
- label: "Standard: Zend"
74-
draft: False
75-
files:
76-
- "src/Standards/Zend/.*"
45+
- label: "Standard: Generic"
46+
draft: false
47+
files:
48+
- "src/Standards/Generic/.*"
49+
- label: "Standard: MySource"
50+
draft: false
51+
files:
52+
- "src/Standards/MySource/.*"
53+
- label: "Standard: PEAR"
54+
draft: false
55+
files:
56+
- "src/Standards/PEAR/.*"
57+
- label: "Standard: PSR1"
58+
draft: false
59+
files:
60+
- "src/Standards/PSR1/.*"
61+
- label: "Standard: PSR2"
62+
draft: false
63+
files:
64+
- "src/Standards/PSR2/.*"
65+
- label: "Standard: PSR12"
66+
draft: false
67+
files:
68+
- "src/Standards/PSR12/.*"
69+
- label: "Standard: Squiz"
70+
draft: false
71+
files:
72+
- "src/Standards/Squiz/.*"
73+
- label: "Standard: Zend"
74+
draft: false
75+
files:
76+
- "src/Standards/Zend/.*"
7777

78-
- label: "Type: breaking change"
79-
draft: False
80-
body: "x\] Breaking change"
81-
- label: "Type: bug"
82-
draft: False
83-
body: "x\] Bug fix"
84-
- label: "Type: enhancement"
85-
draft: False
86-
body: "x\] New feature"
87-
- label: "Type: documentation"
88-
draft: False
89-
body: "x\] Documentation improvement"
90-
- label: "Type: documentation"
91-
draft: False
92-
files:
93-
- "/Docs/[A-Za-z0-9-]*/.*Standard.xml$"
78+
- label: "Type: breaking change"
79+
draft: false
80+
body: 'x\] Breaking change'
81+
- label: "Type: bug"
82+
draft: false
83+
body: 'x\] Bug fix'
84+
- label: "Type: enhancement"
85+
draft: false
86+
body: 'x\] New feature'
87+
- label: "Type: documentation"
88+
draft: false
89+
body: 'x\] Documentation improvement'
90+
- label: "Type: documentation"
91+
draft: false
92+
files:
93+
- '/Docs/[A-Za-z0-9-]*/.*Standard.xml$'
94+
- label: "Type: documentation"
95+
draft: false
96+
files:
97+
- "*.md$"

0 commit comments

Comments
 (0)