mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +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:
|
||||
- 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/**/*'
|
||||
Loading…
x
Reference in New Issue
Block a user