tools guide

This commit is contained in:
mrT23
2023-09-29 09:47:13 +03:00
parent d15d374cdc
commit 813fa8571e
27 changed files with 203 additions and 33 deletions

View File

@ -67,8 +67,8 @@ class PRAgent:
args = update_settings_from_args(args)
action = action.lstrip("/").lower()
if action == "reflect_and_review" and not get_settings().pr_reviewer.ask_and_reflect:
action = "review"
if action == "reflect_and_review":
get_settings().pr_reviewer.ask_and_reflect = True
if action == "answer":
if notify:
notify()