Handle pull request comments only after having handled all unresollved issues. #103
|
@ -515,9 +515,7 @@ def solve_issues_in_repository(
|
||||||
issue_number,
|
issue_number,
|
||||||
client,
|
client,
|
||||||
)
|
)
|
||||||
|
|
||||||
if issue_resolution.success:
|
if issue_resolution.success:
|
||||||
# Handle unresolved pull request comments
|
|
||||||
handle_pr_comments(
|
handle_pr_comments(
|
||||||
repository_config,
|
repository_config,
|
||||||
issue_resolution.pull_request_id,
|
issue_resolution.pull_request_id,
|
||||||
|
@ -540,6 +538,7 @@ def solve_issues_in_repository(
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def handle_pr_comments(
|
def handle_pr_comments(
|
||||||
repository_config,
|
repository_config,
|
||||||
pr_number,
|
pr_number,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user