Compare commits

...

6 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
a578bcc653 Remove temporary PR tracking file
Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
2025-12-10 13:20:31 +00:00
copilot-swe-agent[bot]
4573bb4f63 Add PR tracking file
Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
2025-12-10 13:19:45 +00:00
copilot-swe-agent[bot]
04fc2fb0c1 Remove test file
Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
2025-12-10 11:58:14 +00:00
copilot-swe-agent[bot]
0bf6da38ee Test commit
Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
2025-12-10 11:57:45 +00:00
copilot-swe-agent[bot]
c330232426 Update auto-backport PR message to mention removing 'conflicts' label
Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>
2025-12-10 11:41:39 +00:00
copilot-swe-agent[bot]
44c1ebdfe2 Initial plan 2025-12-10 11:39:35 +00:00

View File

@@ -62,7 +62,7 @@ def create_pull_request(repo, new_branch_name, base_branch_name, pr, backport_pr
if is_draft:
labels_to_add.append("conflicts")
pr_comment = f"@{pr.user.login} - This PR was marked as draft because it has conflicts\n"
pr_comment += "Please resolve them and mark this PR as ready for review"
pr_comment += "Please resolve them and remove the 'conflicts' label so this PR will be ready for review"
backport_pr.create_issue_comment(pr_comment)
# Apply all labels at once if we have any