Skip to content

Commit 4b8e9d7

Browse files
authored
no comma needed
1 parent a31c407 commit 4b8e9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backport/backport_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def backport_pr(event, gh, *args, **kwargs):
3838
thanks_to = f"Thanks @{created_by} for the PR 🌮🎉."
3939
else:
4040
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)}.",\
41+
message = f"{thanks_to}. I'm working now to backport this PR to: {', '.join(branches)}."\
4242
f"\n🐍🍒⛏🤖 {easter_egg}"
4343

4444
util.comment_on_pr(issue_number, message)

0 commit comments

Comments
 (0)