Skip to content

Commit

Permalink
Update .github/boring-cyborg.yml (#16259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed Jun 3, 2021
1 parent 29a3cbf commit 5e09926
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/boring-cyborg.yml
Expand Up @@ -41,7 +41,7 @@ labelPRBasedOnFilePath:

provider:Snowflake:
- airflow/providers/snowflake/**/*
- docs/howto/operator/snowflake/*
- docs/apache-airflow-providers-snowflake/**/*
- tests/providers/snowflake/**/*

area:providers:
Expand All @@ -68,7 +68,7 @@ labelPRBasedOnFilePath:
- airflow/api_connexion/**/*
- airflow/www/api/**/*
- clients/**/*
- docs/apache-airflow/rest-api-ref.rst
- docs/apache-airflow/deprecated-rest-api-ref.rst
- docs/apache-airflow/stable-rest-api-ref.rst
- tests/api_connexion/**/*
- tests/www/api/**/*
Expand Down Expand Up @@ -106,6 +106,7 @@ labelPRBasedOnFilePath:

area:helm-chart:
- chart/**/*
- docs/helm-chart/**

area:Webserver:
- airflow/cli/commands/webserver_command.py
Expand Down Expand Up @@ -142,7 +143,7 @@ labelPRBasedOnFilePath:
area:Logging:
- airflow/providers/**/log/*
- airflow/utils/log/**/*
- docs/apache-airflow/howto/write-logs.rst
- docs/apache-airflow/logging-monitoring/logging-*.rst
- tests/providers/**/log/*
- tests/utils/log/**/*

Expand All @@ -168,7 +169,7 @@ labelPRBasedOnFilePath:
- airflow/providers/**/secrets/*
- tests/secrets/**/*
- tests/providers/**/secrets/*
- docs/apache-airflow/howto/secrets-backend/*
- docs/apache-airflow/security/secrets/**/*

area:Serialization:
- airflow/serialization/**/*
Expand All @@ -187,6 +188,13 @@ labelPRBasedOnFilePath:
- docs/apache-airflow/operators-and-hooks-ref.rst
- docs/apache-airflow/howto/operator/*

area:production-image:
- Dockerfile
- docs/docker-stack/**/*
- scripts/in_container/prod/*
- scripts/ci/tools/verify_docker_image.sh
- scripts/ci/libraries/_verify_image.sh

# Various Flags to control behaviour of the "Labeler"
labelerFlags:
# If this flag is changed to 'false', labels would only be added when the PR is first created
Expand Down

0 comments on commit 5e09926

Please sign in to comment.