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