Compare commits
6 Commits
alert-auto
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a578bcc653 | ||
|
|
4573bb4f63 | ||
|
|
04fc2fb0c1 | ||
|
|
0bf6da38ee | ||
|
|
c330232426 | ||
|
|
44c1ebdfe2 |
2
.github/scripts/auto-backport.py
vendored
2
.github/scripts/auto-backport.py
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user