You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/01/09 07:53:32 UTC

[orc] branch main updated: ORC-1351: Update PR Labeler definition

This is an automated email from the ASF dual-hosted git repository.

dongjoon 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 0d1f831e3 ORC-1351: Update PR Labeler definition
0d1f831e3 is described below

commit 0d1f831e3dbab0461bdc22e8c41f736c3b68a42b
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Jan 8 23:53:25 2023 -0800

    ORC-1351: Update PR Labeler definition
    
    ### What changes were proposed in this pull request?
    
    This PR is an accumulated change to make the PR labeler up-to-date.
    - Remove `.travis.yml` (#991)
    - Add `dev` folder (#1136)
    - Add `.clang-format` (#1308)
    
    ### Why are the changes needed?
    
    To make the PR labeler up-to-date.
    
    ### How was this patch tested?
    
    Manual review.
    
    Closes #1362 from dongjoon-hyun/ORC-1351.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/labeler.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index b6a9fc05b..5c13f1aa9 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -20,10 +20,11 @@
 INFRA:
   - ".github/**/*"
   - "appveyor.yml"
-  - ".travis.yml"
   - ".asf.yaml"
   - ".gitignore"
+  - "dev/**/*"
   - "docker/**/*"
+  - ".clang-format"
 BUILD:
   - "CMakeLists.txt"
   - "cmake_modules/**/*"