hussein-awala commented on code in PR #37057:
URL: https://github.com/apache/airflow/pull/37057#discussion_r1468865093


##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -1039,3 +1040,9 @@ def providers_compatibility_checks(self) -> str:
                 if check["python-version"] in self.python_versions
             ]
         )
+
+    @cached_property
+    def is_committer_build(self):
+        if NON_COMMITTER_BUILD_LABEL in self._pr_labels:
+            return False
+        return self._github_actor in COMMITTERS

Review Comment:
   Is there any protection to prevent the no-committer user from changing this 
value to True?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to