Skip to content

Commit

Permalink
fix(IssueManager): crete the new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorpolidoro committed May 20, 2024
1 parent 352e660 commit 23384e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit 23384e5

Please sign in to comment.