Skip to content

Commit

Permalink
fix(ci): fix globs for auto-labeling PRs (#5903)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Sep 12, 2022
1 parent 386719f commit db37dd2
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
@@ -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/**/*'
]
- 'docs/**/*'

0 comments on commit db37dd2

Please # to comment.