You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by am...@apache.org on 2022/11/29 13:01:04 UTC

[arrow] branch amol--patch-1 created (now 306993c63f)

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

amolina pushed a change to branch amol--patch-1
in repository https://gitbox.apache.org/repos/asf/arrow.git


      at 306993c63f MINOR: Quick fix to the labeler for CPP files.

This branch includes the following new commits:

     new 306993c63f MINOR: Quick fix to the labeler for CPP files.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow] 01/01: MINOR: Quick fix to the labeler for CPP files.

Posted by am...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

amolina pushed a commit to branch amol--patch-1
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 306993c63fdaa5d813e6d24721710d18846a7566
Author: Alessandro Molina <am...@turbogears.org>
AuthorDate: Tue Nov 29 14:00:56 2022 +0100

    MINOR: Quick fix to the labeler for CPP files.
---
 .github/workflows/dev_pr/labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index 8ac5c12ec7..a9a13e82a9 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-"Component: C++"
+"Component: C++":
   - cpp/**/*
 
 "Component: GLib":