From c0f2344b432c4f48ec5c8a8f1df6e23d7d8b6d8f Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Wed, 28 Jun 2023 08:42:22 +0200 Subject: [PATCH] Update the place where committer list should be updated Onboardig steps included instructions to old place where the commiter ids should be updated. They moved from ci.yaml to breeze's global constants in #31451 --- COMMITTERS.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/COMMITTERS.rst b/COMMITTERS.rst index bfc889438199c..5b790dd769ca2 100644 --- a/COMMITTERS.rst +++ b/COMMITTERS.rst @@ -193,5 +193,7 @@ To be able to merge PRs, committers have to integrate their GitHub ID with Apach 3. Merge your Apache and GitHub accounts using `GitBox (Apache Account Linking utility) `__. You should see 3 green checks in GitBox. 4. Wait at least 30 minutes for an email inviting you to Apache GitHub Organization and accept invitation. 5. After accepting the GitHub Invitation verify that you are a member of the `Airflow committers team on GitHub `__. -6. Ask in ``#internal-airflow-ci-cd`` channel to be `configured in self-hosted runners `_ by the CI maintainers -7. After confirming that step 6 is done, open a PR to include your GitHub ID in `ci.yml `__ as well as your name and GitHub ID in `project.rst `__. +6. Ask in ``#internal-airflow-ci-cd`` channel to be `configured in self-hosted runners `_ + by the CI maintainers +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) + as well as your name and GitHub ID in `project.rst `__.