From 272bece07f71a8897414c7e18848155a44a31a7e Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Sun, 18 Jun 2023 05:33:39 +0200 Subject: [PATCH 1/2] github: add build scripts to "Category: Build System" label --- .github/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index ddab485008955..53130e26b78eb 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,6 +7,8 @@ "Category: Build System": - build/* - scripts/**/* +- '**/*.m4' +- '**/*.w32' "Extension: bcmath": - ext/bcmath/**/* From d273eb41493fabbd1767ff14eb538a2ab2805911 Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Sun, 18 Jun 2023 15:22:28 +0200 Subject: [PATCH 2/2] github: add buildconf, configure.ac and win32 build folder to build system category --- .github/labeler.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 53130e26b78eb..6af5582c16aea 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,10 +5,14 @@ - Zend/Optimizer/**/* "Category: Build System": -- build/* -- scripts/**/* - '**/*.m4' - '**/*.w32' +- build/**/* +- buildconf +- buildconf.bat +- configure.ac +- scripts/**/* +- win32/build/**/* "Extension: bcmath": - ext/bcmath/**/*