mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-11 08:52:58 +00:00
fix(ci): fix globs for auto-labeling PRs (#5903)
This commit is contained in:
parent
386719f15a
commit
db37dd20ff
29
.github/pr-labeler-config.yml
vendored
29
.github/pr-labeler-config.yml
vendored
@ -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/**/*'
|
|
||||||
]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user