summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/check_newsfragments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/check_newsfragments.py b/script/check_newsfragments.py
index c120977c8..f5069a4bb 100644
--- a/script/check_newsfragments.py
+++ b/script/check_newsfragments.py
@@ -34,6 +34,7 @@ VALID_FILE_TYPE = frozenset(
"bugfix",
"other",
"internal",
+ "performance",
]
)
ISSUES_KEYWORDS = "|".join(VALID_ISSUES_KEYWORDS)