From 5d34986ca92e31526bdaf8ba2cf49121da630094 Mon Sep 17 00:00:00 2001 From: Jens Scheffler Date: Tue, 7 Nov 2023 23:55:37 +0100 Subject: [PATCH] Move Jens Scheffler to committer role --- .asf.yaml | 1 - COMMITTERS.rst | 2 ++ dev/breeze/src/airflow_breeze/global_constants.py | 1 + docs/apache-airflow/project.rst | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 8af9302ea0a89..6166687a5d546 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -77,7 +77,6 @@ github: - utkarsharma2 - Lee-W - sunank200 - - jscheffl - nathadfield - RNHTTR diff --git a/COMMITTERS.rst b/COMMITTERS.rst index ba17f284838ce..a445b02f8654e 100644 --- a/COMMITTERS.rst +++ b/COMMITTERS.rst @@ -196,5 +196,7 @@ To be able to merge PRs, committers have to integrate their GitHub ID with Apach 6. Ask in ``#internal-airflow-ci-cd`` channel to be `configured in self-hosted runners `_ by the CI maintainers. Wait for confirmation that this is done and some helpful tips from the CI maintainer 7. After confirming that step 6 is done, open a PR to include your GitHub ID in: + * ``dev/breeze/src/airflow_breeze/global_constants.py`` (COMMITTERS variable) * name and GitHub ID in `project.rst `__. + * If you had been a collaborator role before getting committer, remove your Github ID from ``.asf.yaml``. diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index f501c1ec7bca4..719c5387b73f7 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -317,6 +317,7 @@ def get_default_platform_machine() -> str: "jhtimmins", "jmcarp", "josh-fell", + "jscheffl", "kaxil", "leahecole", "malthe", diff --git a/docs/apache-airflow/project.rst b/docs/apache-airflow/project.rst index 3516a6b8c0937..376941506f7bd 100644 --- a/docs/apache-airflow/project.rst +++ b/docs/apache-airflow/project.rst @@ -62,6 +62,7 @@ Committers - James Timmins (@jhtimmins) - Jarek Potiuk (@potiuk) - Jed Cunningham (@jedcunningham) +- Jens Scheffler (@jscheffl) - Jiajie Zhong (@zhongjiajie) - Josh Fell (@josh-fell) - Joshua Carp (@jmcarp)