You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/06/08 14:42:54 UTC

[arrow] branch master updated: ARROW-16780: [CI] Add automatic PR label for docs PRs (#13340)

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

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 70e4a09c08 ARROW-16780: [CI] Add automatic PR label for docs PRs (#13340)
70e4a09c08 is described below

commit 70e4a09c0842e9c32f59e46c27b100b1d5083a88
Author: Jacob Wujciak-Jens <ja...@wujciak.de>
AuthorDate: Wed Jun 8 16:42:48 2022 +0200

    ARROW-16780: [CI] Add automatic PR label for docs PRs (#13340)
    
    AFAIK the `docs` label needs to be created manually for this to work.
    I added the files extensions that I know are used for documentation, to add the docs label in addition to a language label and not only for changes in `docs/`.
    
    @pitrou could you have a look?
    
    Authored-by: Jacob Wujciak-Jens <ja...@wujciak.de>
    Signed-off-by: Antoine Pitrou <an...@python.org>
---
 .github/workflows/dev_pr/labeler.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index de63034bf1..5b11826614 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -61,3 +61,7 @@ parquet:
   - cpp/src/parquet/**/*
   - r/R/parquet.*
   - ruby/red-parquet/**/*
+
+docs:
+  - docs/**/*
+  - **/*.{md, rst, Rmd, Rd}