Skip to content

Commit 1fe3d5a

Browse files
committed
Use the gh-python-team role
1 parent 627b1ab commit 1fe3d5a

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

developer-workflow/development-cycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Current owners
310310

311311
Certain actions (blocking spam accounts, inviting new users, adjusting
312312
organization-level settings) can only `be performed`_ by owners of the Python
313-
organization on GitHub. The ``@python/organization-owners`` team can be
313+
organization on GitHub. The :gh-python-team:`organization-owners` team can be
314314
mentioned to request assistance from an organization owner.
315315

316316
.. _be performed: https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#permissions-for-organization-roles

documentation/help-documenting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ section containing multiple problems; instead, file several issues so that it
9292
is easier to break the work up for multiple people and more efficient review.
9393

9494
For help with the finer points of English technical writing, mention the
95-
`@python/proofreaders <https://github.com/orgs/python/teams/proofreaders>`__
95+
:gh-python-team:`proofreaders`
9696
team in your issue or pull request in any `@python <https://github.com/python/>`__
9797
repo. If you'd like to join the team,
9898
`open a core-workflow issue <https://github.com/python/core-workflow/issues/new/choose>`__

documentation/translations/coordinating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Discussions about translations occur on the Python Docs Discord
1515
`#translations channel <https://discord.gg/h3qDwgyzga>`__ and the
1616
`translations category <trans_disc_>`_ of the Python Discourse.
1717

18-
For administrative issues, ping ``@python/editorial-board``.
18+
For administrative issues, ping :gh-python-team:`editorial-board`.
1919

2020

2121
Starting a new translation

documentation/translations/translating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The coordination team for my language is inactive, what do I do?
371371

372372
If you would like to coordinate, open a pull request in the
373373
`devguide <https://github.com/python/devguide>`__ adding yourself to the table
374-
at the top of this page, and ping ``@python/editorial-board``.
374+
at the top of this page, and ping :gh-python-team:`editorial-board`.
375375

376376

377377
How do I merge translations back in after docs are moved?

testing/oss-fuzz.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ CPython has two OSS-Fuzz projects:
1616
* `python3-libraries <https://github.com/google/oss-fuzz/tree/master/projects/python3-libraries>`__:
1717
The fuzz targets, seed corpora, and dictionaries can be found in the
1818
:github:`python/library-fuzzers` repository. Access to the repository is
19-
managed through the `@python/fuzzers
20-
<https://github.com/orgs/python/teams/fuzzers>`__ team on GitHub.
19+
managed through the :gh-python-team:`fuzzers` team on GitHub.
2120

2221
OSS-Fuzz bug reports are private when filed, so access to crash details and
2322
reproducer test cases is limited to those listed in the ``auto_ccs`` fields of
2423
the OSS-Fuzz project configuration files. Those listed can log into
2524
https://oss-fuzz.com/ with their Google account to view crash details,
2625
reproducer test cases, and project statistics.
27-
If you need access, contact the ``@python/fuzzers`` team.
26+
If you need access, contact the :gh-python-team:`fuzzers` team.
2827
Completed issues, and issues that remain unresolved after 90 days, are publicly
2928
visible in the `OSS-Fuzz issue tracker
3029
<https://issues.oss-fuzz.com/issues?q=(python3-libraries%20%7C%20cpython3)>`__.

0 commit comments

Comments
 (0)