From cfbbd2b33f8faf6a936af5313b4407ff75ff0fed Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Tue, 24 Jun 2025 15:11:26 -0400 Subject: [PATCH] Document the type-refactor label. --- triage/labels.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/triage/labels.rst b/triage/labels.rst index 8fd6f345e..7ae69d340 100644 --- a/triage/labels.rst +++ b/triage/labels.rst @@ -32,7 +32,8 @@ These labels are used to specify the type of issue: before filing an issue. * :gh-label:`type-security`: for security issues. See also `Reporting security issues in Python`_. - +* :gh-label:`type-refactor`: for code refactoring that has no intended change + in behavior. .. _Component: .. _labels-component: