Add 'helm-chart' label for PRs touching Airflow Helm Chart (#9359)
This commit is contained in:
Родитель
281095e4c3
Коммит
ba9007e95e
|
@ -88,6 +88,10 @@ labelPRBasedOnFilePath:
|
|||
- docs/**/*
|
||||
- docs/*
|
||||
|
||||
area:helm-chart:
|
||||
- chart/**/*
|
||||
- chart/*
|
||||
|
||||
area:Webserver:
|
||||
- airflow/cli/commands/webserver_command.py
|
||||
- airflow/www/**/*
|
||||
|
|
|
@ -197,3 +197,8 @@ log.txt*
|
|||
|
||||
# Terraform variables
|
||||
*.tfvars
|
||||
|
||||
Chart.lock
|
||||
|
||||
# Chart dependencies
|
||||
**/charts/*.tgz
|
||||
|
|
Загрузка…
Ссылка в новой задаче