fix(ci): fix globs for auto-labeling PRs (#5903)

This commit is contained in:
Aseem Bansal 2022-09-12 18:18:18 +05:30 committed by GitHub
parent 386719f15a
commit db37dd20ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/**/*'