8000 Document current CPython Repository Admins and Python Organization Owners by ewdurbin · Pull Request #449 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Document current CPython Repository Admins and Python Organization Owners #449

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions devcycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,25 @@ who no longer necessitate this level of access will be removed with notice.
Multi-Factor Authentication must be enabled by the user in order to remain an
Owner of the Python Organization.

Current Owners
--------------

+----------------------+--------------------------------+-----------------+
| Name | Role | GitHub Username |
+======================+================================+=================+
| 8000 Benjamin Peterson | Infrastructure Staff | benjaminp |
+----------------------+--------------------------------+-----------------+
| Noah Kantrowitz | Infrastructure Staff | coderanger |
+----------------------+--------------------------------+-----------------+
| Donald Stufft | Infrastructure Staff | dstufft |
+----------------------+--------------------------------+-----------------+
| Ewa Jodlowska | PSF Executive Director | ejodlowska |
+----------------------+--------------------------------+-----------------+
| Ernest W. Durbin III | PSF Director of Infrastructure | ewdurbin |
+----------------------+--------------------------------+-----------------+
| Van Lindberg | PSF General Counsel | VanL |
+----------------------+--------------------------------+-----------------+

Repository Administrator Role Policy
------------------------------------

Expand All @@ -260,6 +279,27 @@ who no longer necessitate this level of access will be removed with notice.
Multi-Factor Authentication must be enabled by the user in order to remain an
Administrator of the repository.

Current Administrators
----------------------

+-------------------+----------------------------------------------------------+-----------------+
| Name | Role | GitHub Username |
+===================+==========================================================+=================+
| Łukasz Langa | Python 3.8 Release Manager | ambv |
+-------------------+----------------------------------------------------------+-----------------+
| Benjamin Peterson | Python 2.7 Release Manager | benjaminp |
+-------------------+----------------------------------------------------------+-----------------+
| Ned Deily | Python 3.7 Release Manager | ned-deily |
+-------------------+----------------------------------------------------------+-----------------+
| Berker Peksag | Maintainer of bpo-linkify and cpython-emailer-webhook | berkerpeksag |
+-------------------+----------------------------------------------------------+-----------------+
| Brett Cannon | Maintainer of bedevere and the-knights-who-say-ni | brettcannon |
+-------------------+----------------------------------------------------------+-----------------+
| Ezio Melotti | Maintainer of bugs.python.org GitHub webhook integration | ezio-melotti |
+-------------------+----------------------------------------------------------+-----------------+
| Mariatta Wijaya | Maintainer of blurb_it and miss-islington | Mariatta |
+-------------------+----------------------------------------------------------+-----------------+

Repository Release Manager Role Policy
--------------------------------------

Expand Down
0