We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9819deb commit fe3111cCopy full SHA for fe3111c
.github/labeler.yml
@@ -21,6 +21,10 @@ labels:
21
draft: false
22
files:
23
- "src/Fixer.php$"
24
+ - label: "Core Component: Generators"
25
+ draft: false
26
+ files:
27
+ - "src/Generators/.*"
28
- label: "Core Component: Reports"
29
30
@@ -90,7 +94,7 @@ labels:
90
94
- label: "Type: documentation"
91
95
92
96
93
- - '/Docs/[A-Za-z0-9-]*/.*Standard.xml$'
97
+ - 'src/Standards/.*/Docs/[A-Za-z0-9-]*/.*Standard.xml$'
98
99
100
0 commit comments