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 <[email protected]> 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":
