From 01af404121a04be0eb35e2eca3b1ae35c7145c5d Mon Sep 17 00:00:00 2001 From: Rowena Date: Tue, 1 Apr 2025 11:49:16 +0200 Subject: [PATCH] fix(bot): remove special faq treatment --- bin/check-review-dates.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/check-review-dates.py b/bin/check-review-dates.py index 9285cfc57a..b79dfc50d8 100644 --- a/bin/check-review-dates.py +++ b/bin/check-review-dates.py @@ -89,8 +89,6 @@ def get_doc_cat_name(filepath, prod_cat_ref): if filepath_list[0] == "tutorials": category_product = "Tutorials" - elif filepath_list[0] == "faq": - category_product = "FAQ" else: # catches everything in pages category = prod_cat_ref.get(filepath_list[1], ["Unknown", "Unknown"])[0]