eladkal commented on code in PR #61382:
URL: https://github.com/apache/airflow/pull/61382#discussion_r2758130944


##########
.github/boring-cyborg.yml:
##########
@@ -365,6 +365,21 @@ labelPRBasedOnFilePath:
     - docker-stack-docs/**/*
     - airflow-ctl/docs/**/*
 
+  kind:tests:
+    - airflow-core/tests/**/*
+    - task-sdk/tests/**/*
+    - airflow-ctl/tests/**/*
+    - airflow-ctl-tests/**/*
+    - airflow-e2e-tests/**/*
+    - clients/**/test*.py
+    - devel-common/tests/**/*
+    - dev/breeze/tests/**/*
+    - docker-tests/**/*
+    - helm-tests/**/*
+    - kubernetes-tests/**/*
+    - task-sdk-integration-tests/**/*
+    - providers/**/tests/**/*

Review Comment:
   This will not work.
   It will add the test label to any PR that modifies test files. This means 
that the label will be added to all PRs.
   
   The task is to add the labels to PRs that changes only test files.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to