diff --git a/.github/pr-labeler-config.yml b/.github/pr-labeler-config.yml index 893193810d89d..19e34a0c69c10 100644 --- a/.github/pr-labeler-config.yml +++ b/.github/pr-labeler-config.yml @@ -1,11 +1,29 @@ ingestion: -- any: ['metadata-ingestion/**/*'] +- any: [ + 'metadata-ingestion/*', + 'metadata-ingestion/**/*' +] devops: -- any: ['docker/**/*', '.github/**/*'] +- any: [ + 'docker/*', + 'docker/**/*', + '.github/*', + '.github/**/*' +] product: -- any: ['datahub-frontend/**/*', 'datahub-graphql-core/**/*'] +- any: [ + 'datahub-web-react/*', + 'datahub-web-react/**/*', + 'datahub-frontend/*', + 'datahub-frontend/**/*', + 'datahub-graphql-core/*', + 'datahub-graphql-core/**/*' +] docs: -- any: ['docs/**/*'] \ No newline at end of file +- any: [ + 'docs/*', + 'docs/**/*' +] \ No newline at end of file