1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

github: add build scripts to "Category: Build System" label (#11474)

* github: add build scripts to "Category: Build System" label

* github: add buildconf, configure.ac and win32 build folder to build system category
This commit is contained in:
eater
2023-06-22 13:54:35 +02:00
committed by GitHub
parent 2b3dbe0054
commit 165a4e53da

8
.github/labeler.yml vendored
View File

@@ -5,8 +5,14 @@
- Zend/Optimizer/**/*
"Category: Build System":
- build/*
- '**/*.m4'
- '**/*.w32'
- build/**/*
- buildconf
- buildconf.bat
- configure.ac
- scripts/**/*
- win32/build/**/*
"Extension: bcmath":
- ext/bcmath/**/*