Skip to content

Commit

Permalink
feat(ci): tweak auto-label globs (datahub-project#5849)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and hsheth2 committed Sep 8, 2022
1 parent 569e058 commit c888614
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
@@ -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/**/*']
- any: [
'docs/*',
'docs/**/*'
]

0 comments on commit c888614

Please sign in to comment.