Merge commit '8d075b76ae081d0d38813f789478e4fa0f404cd8' into hl/add_docs

# Conflicts:
#	README.md
This commit is contained in:
Hussam.lawen
2023-10-01 13:55:50 +03:00
31 changed files with 244 additions and 64 deletions

View File

@ -69,8 +69,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()