Skip to content

Commit 5a3103f

Browse files
Update src/ghdcbot/engine/orchestrator.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 84c651f commit 5a3103f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ghdcbot/engine/orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def apply_github_plans(
347347
# plan.repo is just the repo name, owner comes from config
348348
github_writer.assign_issue(github_org, plan.repo, plan.issue_number, plan.assignee)
349349
for plan in review_plans:
350-
github_writer.request_review(github_org, plan.repo, plan.pr_number, plan.reviewer)
350+
github_writer.request_review(plan.repo, plan.pr_number, plan.reviewer)
351351

352352

353353
def apply_discord_roles(

0 commit comments

Comments
 (0)