diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 5c29e79a90..e7fd2c8d14 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -120,6 +120,12 @@ labelPRBasedOnFilePath: - tests/executors/* - tests/jobs/* + area:Secrets: + - airflow/secrets/* + - airflow/providers/**/secrets/* + - tests/secrets/* + - tests/providers/**/secrets/* + area:Serialization: - airflow/serialization/* - tests/serialization/*