This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8e56206ffc Remove jhtimmins as code owner for security (#42477)
8e56206ffc is described below
commit 8e56206ffc39243099cd0e1f906ff6d38bdee281
Author: Daniel Standish <[email protected]>
AuthorDate: Wed Sep 25 18:31:55 2024 -0700
Remove jhtimmins as code owner for security (#42477)
---
.github/CODEOWNERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 75ceb48d78..a0a7b82331 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -33,9 +33,9 @@
/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton @jscheffl
# Security/Permissions
-/airflow/api_connexion/security.py @jhtimmins
-/airflow/security/permissions.py @jhtimmins
-/airflow/www/security.py @jhtimmins
+/airflow/api_connexion/security.py @vincbeck
+/airflow/security/permissions.py @vincbeck
+/airflow/www/security.py @vincbeck
# Calendar/Timetables
/airflow/timetables/ @uranusjr