From 82458b1a42fffef41935b9ec46609894dc487fee Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Tue, 28 Jul 2020 13:15:09 +0200 Subject: [PATCH 1/2] Triagers can also apply labels to Github Pull Requests --- committing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/committing.rst b/committing.rst index 59757f2df..e4c71a769 100644 --- a/committing.rst +++ b/committing.rst @@ -294,7 +294,7 @@ Note that cherry_picker.py_ adds the branch prefix automatically. Once the backport pull request has been created, remove the ``needs backport to X.Y`` label from the original pull request. (Only Core -Developers can apply labels to GitHub pull requests). +Developers and Triagers can apply labels to GitHub pull requests). .. _cherry_picker.py: https://github.com/python/cherry-picker From 0e6f98e2234e6f82b19a2685104ec26272114619 Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Tue, 28 Jul 2020 18:59:10 +0200 Subject: [PATCH 2/2] Add link to triage team section of the devguide --- committing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/committing.rst b/committing.rst index e4c71a769..773dd66cc 100644 --- a/committing.rst +++ b/committing.rst @@ -294,9 +294,11 @@ Note that cherry_picker.py_ adds the branch prefix automatically. Once the backport pull request has been created, remove the ``needs backport to X.Y`` label from the original pull request. (Only Core -Developers and Triagers can apply labels to GitHub pull requests). +Developers and members of the `Python Triage Team`_ can apply labels to GitHub +pull requests). .. _cherry_picker.py: https://github.com/python/cherry-picker +.. _`Python Triage Team`: https://devguide.python.org/triaging/#python-triage-team Reverting a Merged Pull Request