This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 76ca657d7 chore(ci): update labeler config (#1412)
76ca657d7 is described below
commit 76ca657d7dfbc21da531b3799de4a79022691580
Author: Marko Milenković <[email protected]>
AuthorDate: Mon Jan 26 20:36:16 2026 +0000
chore(ci): update labeler config (#1412)
---
.github/workflows/dev_pr/labeler.yml | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/dev_pr/labeler.yml
b/.github/workflows/dev_pr/labeler.yml
index 1561c664c..643420fb1 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -15,18 +15,14 @@
# specific language governing permissions and limitations
# under the License.
-python:
- - python/**/*
-
development-process:
- - dev/**.*
- - .github/**.*
- - ci/**.*
- - .asf.yaml
+ - changed-files:
+ - any-glob-to-any-file: [ 'dev/**/*', '.github/**/*', 'ci/**/*',
'.asf.yaml' ]
documentation:
- - docs/**.*
- - README.md
- - ./**/README.md
- - DEVELOPERS.md
- - ballista/docs/**.*
+ - changed-files:
+ - any-glob-to-any-file: [ 'docs/**/*', 'README.md', './**/README.md',
'DEVELOPERS.md', 'ballista/docs/**/*' ]
+
+python:
+ - changed-files:
+ - any-glob-to-any-file: [ 'python/**/*' ]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]