Skip to content

Commit 1a13de4

Browse files
committed
ORC-2090: Add a new label rule for MESON build
### What changes were proposed in this pull request? This PR aims to add a new label rule for `MESON` build. ### Why are the changes needed? To highlight `MESON` PRs. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: `Opus 4.5` on `Claude Code` Closes #2529 from dongjoon-hyun/ORC-2090. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent ddf8c11 commit 1a13de4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ JAVA:
4141
CPP:
4242
- "c++/**/*"
4343
- "tools/**/*"
44+
MESON:
45+
- "**/meson.build"
46+
- "**/meson.options"
47+
- "subprojects/**/*"

0 commit comments

Comments
 (0)