Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b8e9d7

Browse filesBrowse files
authored
no comma needed
1 parent a31c407 commit 4b8e9d7
Copy full SHA for 4b8e9d7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎backport/backport_pr.py

Copy file name to clipboardExpand all lines: backport/backport_pr.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.