This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 33dfd6e17 ORC-1655: Add label definition to conan directory
33dfd6e17 is described below
commit 33dfd6e1730b3e01a2e359b0c8920bd88d44a207
Author: sychen <[email protected]>
AuthorDate: Fri Mar 15 10:09:51 2024 -0700
ORC-1655: Add label definition to conan directory
### What changes were proposed in this pull request?
This PR aims to add label definition to conan directory.
### Why are the changes needed?
Modifications related to the `conan` directory are not automatically
labeled.
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #1846 from cxzl25/ORC-1655.
Authored-by: sychen <[email protected]>
Signed-off-by: William Hyun <[email protected]>
---
.github/labeler.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 5c13f1aa9..a132b1a27 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -30,6 +30,7 @@ BUILD:
- "cmake_modules/**/*"
- "proto/**/*"
- "**/*pom.xml"
+ - "conan/**/*"
DOCS:
- "site/**/*"
- "**/README.md"