You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/01/04 22:14:38 UTC

[airflow] branch main updated: Update new committer onboarding steps (#28717)

This is an automated email from the ASF dual-hosted git repository.

potiuk 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 628a71aa14 Update new committer onboarding steps (#28717)
628a71aa14 is described below

commit 628a71aa14f9b19f27431a6f8b1d245e5f3169b0
Author: Niko Oliveira <on...@amazon.com>
AuthorDate: Wed Jan 4 14:14:27 2023 -0800

    Update new committer onboarding steps (#28717)
    
    - Include a new step to update ci.yml and project.rst with your
    alias/name
---
 COMMITTERS.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/COMMITTERS.rst b/COMMITTERS.rst
index 3d05f2ed19..d476ace8bf 100644
--- a/COMMITTERS.rst
+++ b/COMMITTERS.rst
@@ -177,8 +177,8 @@ become active again you can simply email the PMC and ask to be reinstated.
 The PMC also can mark committers as inactive after they have not been involved in the community for
 more than 12 months.
 
-GitHub configuration for committers
------------------------------------
+New Committer Onboarding Steps
+------------------------------
 
 To be able to merge PRs, committers have to integrate their GitHub ID with Apache systems. To do that follow steps:
 
@@ -188,3 +188,4 @@ To be able to merge PRs, committers have to integrate their GitHub ID with Apach
 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 <https://github.com/orgs/apache/teams/airflow-committers>`__.
 6.  Ask in ``#internal-airflow-ci-cd`` channel to be `configured in self-hosted runners <https://github.com/apache/airflow-ci-infra/blob/main/scripts/list_committers>`_ by the CI maintainers
+7.  After confirming that step 6 is done, open a PR to include your GitHub ID in `ci.yml <https://github.com/apache/airflow/blob/main/.github/workflows/ci.yml#L72>`__ as well as your name and GitHub ID in `project.rst <https://github.com/apache/airflow/blob/main/docs/apache-airflow/project.rst>`__.