From 165a4e53da819d377734eb2286df1b54709d18f2 Mon Sep 17 00:00:00 2001 From: eater Date: Thu, 22 Jun 2023 13:54:35 +0200 Subject: [PATCH] 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 --- .github/labeler.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ddab4850089..6af5582c16a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*