You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/.rvm/gems/ruby-2.3.1/gems/pronto-0.7.1/lib/pronto/github.rb:35:in `create_pull_comment': undefined method `body' for nil:NilClass (NoMethodError)
After some debugging it turned out the error occurred for already existing comments.
Further troubleshooting showed it might have been related to consolidate_comments option.
I've created example project with 2 pull request:
@mknapik I'll take a peek at this later today but I can't say I've run into this myself and we've been using the consolidated comments since before they were merged into Pronto.
I got the following error on my CI:
After some debugging it turned out the error occurred for already existing comments.
Further troubleshooting showed it might have been related to
consolidate_comments
option.I've created example project with 2 pull request:
The only difference is PR1 uses comments consolidation.
GitFormatter#remove_duplicate_comments
returnsnil
for each commit which is already present.CC: @doomspork
The text was updated successfully, but these errors were encountered: