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: ingestion:
- any: [ - 'metadata-ingestion/**/*'
'metadata-ingestion/*',
'metadata-ingestion/**/*'
]
devops: devops:
- any: [ - 'docker/**/*'
'docker/*', - '.github/**/*'
'docker/**/*',
'.github/*',
'.github/**/*'
]
product: product:
- any: [ - 'datahub-web-react/**/*'
'datahub-web-react/*', - 'datahub-frontend/**/*'
'datahub-web-react/**/*', - 'datahub-graphql-core/**/*'
'datahub-frontend/*',
'datahub-frontend/**/*',
'datahub-graphql-core/*',
'datahub-graphql-core/**/*'
]
docs: docs:
- any: [ - 'docs/**/*'
'docs/*',
'docs/**/*'
]