Skip to content

Commit 583cc01

Browse files
authored
Fix labeler selection of SAPIs
1 parent 1c753a9 commit 583cc01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/labeler.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,22 +219,22 @@
219219
- ext/zlib/**/*
220220

221221
"SAPI: apache2handler":
222-
- ext/sapi/apache2handler/**/*
222+
- sapi/apache2handler/**/*
223223

224224
"SAPI: cgi":
225-
- ext/sapi/cgi/**/*
225+
- sapi/cgi/**/*
226226

227227
"SAPI: cli":
228-
- ext/sapi/cli/**/*
228+
- sapi/cli/**/*
229229

230230
"SAPI: fpm":
231-
- ext/sapi/fpm/**/*
231+
- sapi/fpm/**/*
232232

233233
"SAPI: fuzzer":
234-
- ext/sapi/fuzzer/**/*
234+
- sapi/fuzzer/**/*
235235

236236
"SAPI: litespeed":
237-
- ext/sapi/litespeed/**/*
237+
- sapi/litespeed/**/*
238238

239239
"SAPI: phpdbg":
240-
- ext/sapi/phpdbg/**/*
240+
- sapi/phpdbg/**/*

0 commit comments

Comments
 (0)