kou commented on PR #39062:
URL: https://github.com/apache/arrow/pull/39062#issuecomment-1839847476

   Hmm. It seems that we need to change our configuration files for this 
something like the following:
   
   ```diff
   diff --git a/.github/workflows/dev_pr/labeler.yml 
b/.github/workflows/dev_pr/labeler.yml
   index c31d1f309..bb4d261f8 100644
   --- a/.github/workflows/dev_pr/labeler.yml
   +++ b/.github/workflows/dev_pr/labeler.yml
   @@ -16,7 +16,9 @@
    # under the License.
    
    "Component: C++":
   -  - cpp/**/*
   +  - any:
   +    - any-glob-to-any-file:
   +      - cpp/**/*
    
    "Component: GLib":
      - c_glib/**/*
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to