Skip to content

Commit

Permalink
tweak globs
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Sep 7, 2022
1 parent 39827f5 commit 2661ae8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
ingestion:
- any: [
'metadata-ingestion/*',
'metadata-ingestion/**/*'
]

devops:
- any: [
'docker/**/*',
'docker/*',
'docker/**/*',
'.github/*',
'.github/**/*'
]

product:
- any: [
'datahub-web-react/**/*',
'datahub-frontend/**/*',
'datahub-web-react/*',
'datahub-web-react/**/*',
'datahub-frontend/*',
'datahub-frontend/**/*',
'datahub-graphql-core/*',
'datahub-graphql-core/**/*'
]

docs:
- any: [
'docs/*',
'docs/**/*'
]

0 comments on commit 2661ae8

Please sign in to comment.