From 23384e5ac2d71b625c3d2e3289a89f9dc1cf12d6 Mon Sep 17 00:00:00 2001 From: Heitor Polidoro Date: Mon, 20 May 2024 11:09:21 -0300 Subject: [PATCH] fix(IssueManager): crete the new configs --- config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.py b/config.py index 77ccb0c..f81b334 100644 --- a/config.py +++ b/config.py @@ -26,5 +26,7 @@ def default_configs() -> NoReturn: enabled=True, handle_tasklist=True, create_issues_from_tasklist=True, + close_parent=True, close_subtasks=True, + handle_checkbox=True, )