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 20f6512 commit 50f432dCopy full SHA for 50f432d
scripts/merge-pr.py
@@ -160,7 +160,7 @@ def merge_pr(pr_num, target_ref):
160
if body is not None:
161
merge_message_flags += ["-m", '\n'.join(textwrap.wrap(body))]
162
163
- authors = "\n".join("Author: %s" % a for a in distinct_authorsS)
+ authors = "\n".join("Author: %s" % a for a in distinct_authors)
164
165
merge_message_flags += ["-m", authors]
166
0 commit comments