This makes the PR item closer to the issue one where the initial comment is part of the PR itself rather than a comment in itself. It allows displaying it in the UI above all the comments and therefore will be always visible
Pull-Request has been rebased
initial comment is by default None so you can ignore 'or None'
initial comment
Looks good to me :thumbsup:
The or None is there to avoid initial_comment being '' or so :)
or None
initial_comment
''
Yup, missed that :)
Thanks for the review.
Let's merge :)
Pull-Request has been merged by pingou