Skip to content

Commit 2bd5760

Browse files
authored
fix(bot): remove special faq treatment (#4749)
1 parent 5bc8cdd commit 2bd5760

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/check-review-dates.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def get_doc_cat_name(filepath, prod_cat_ref):
8989

9090
if filepath_list[0] == "tutorials":
9191
category_product = "Tutorials"
92-
elif filepath_list[0] == "faq":
93-
category_product = "FAQ"
9492
else:
9593
# catches everything in pages
9694
category = prod_cat_ref.get(filepath_list[1], ["Unknown", "Unknown"])[0]

0 commit comments

Comments
 (0)