Skip to content

Commit 165a4e5

Browse files
authored
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
1 parent 2b3dbe0 commit 165a4e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/labeler.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
- Zend/Optimizer/**/*
66

77
"Category: Build System":
8-
- build/*
8+
- '**/*.m4'
9+
- '**/*.w32'
10+
- build/**/*
11+
- buildconf
12+
- buildconf.bat
13+
- configure.ac
914
- scripts/**/*
15+
- win32/build/**/*
1016

1117
"Extension: bcmath":
1218
- ext/bcmath/**/*

0 commit comments

Comments
 (0)