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 dc7dfac commit 2a56c68Copy full SHA for 2a56c68
.github/labeler.yml
@@ -1,15 +1,14 @@
1
-javascript:
2
- - '**/*.js'
3
-typescript:
4
- - '**/*.ts'
5
-dependencies:
6
- - '**/*.lock'
7
- - '**/*-lock.json'
8
-
9
-'Type: Testing':
10
- - '**/tests/*'
11
- - '**/test/*'
12
- - '**/__tests__/*'
13
14
-'Type: Documentation':
15
- - '**/*.md'
+javascript:
+ - '**/*.js'
+typescript:
+ - '**/*.ts'
+php:
+ - '**/*.php'
+
+'Type: Testing':
+ - '**/tests/*'
+ - '**/test/*'
+ - '**/__tests__/*'
+'Type: Documentation':
+ - '**/*.md'
0 commit comments