From 57a46f6495eb521c44ed97287b52784f949cebb1 Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Mon, 12 Sep 2022 14:19:05 +0530 Subject: [PATCH] fix(ci): fix globs for auto-labeling PRs --- .github/pr-labeler-config.yml | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/.github/pr-labeler-config.yml b/.github/pr-labeler-config.yml index 19e34a0c69c107..75dcd272c21602 100644 --- a/.github/pr-labeler-config.yml +++ b/.github/pr-labeler-config.yml @@ -1,29 +1,14 @@ ingestion: -- any: [ - 'metadata-ingestion/*', - 'metadata-ingestion/**/*' -] +- 'metadata-ingestion/**/*' devops: -- any: [ - 'docker/*', - 'docker/**/*', - '.github/*', - '.github/**/*' -] +- 'docker/**/*' +- '.github/**/*' product: -- any: [ - 'datahub-web-react/*', - 'datahub-web-react/**/*', - 'datahub-frontend/*', - 'datahub-frontend/**/*', - 'datahub-graphql-core/*', - 'datahub-graphql-core/**/*' -] +- 'datahub-web-react/**/*' +- 'datahub-frontend/**/*' +- 'datahub-graphql-core/**/*' docs: -- any: [ - 'docs/*', - 'docs/**/*' -] \ No newline at end of file +- 'docs/**/*' \ No newline at end of file