We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31c407 commit 4b8e9d7Copy full SHA for 4b8e9d7
backport/backport_pr.py
@@ -38,7 +38,7 @@ async def backport_pr(event, gh, *args, **kwargs):
38
thanks_to = f"Thanks @{created_by} for the PR 🌮🎉."
39
else:
40
thanks_to = f"Thanks @{created_by} for the PR, and @{merged_by} for merging it 🌮🎉."
41
- message = f"{thanks_to}. I'm working now to backport this PR to: {', '.join(branches)}.",\
+ message = f"{thanks_to}. I'm working now to backport this PR to: {', '.join(branches)}."\
42
f"\n🐍🍒⛏🤖 {easter_egg}"
43
44
util.comment_on_pr(issue_number, message)
0 commit comments