Sha256: 925fa707f7bee1e0ab4e5a94e48332fc3d1d943fa80d1dc04b2f5305c77e93b6
Contents?: true
Size: 436 Bytes
Versions: 4
Compression:
Stored size: 436 Bytes
Contents
module <%= gem_class_name %> class Pr # Implement this method. # Method should update existing comment instead of always creating new comment. # Otherwise it gets noisy. # Remember to also uncomment out the definition in # # <%= gem_class_name %>::Interface#comment(url) # # If CI system does not support PRs and comments. Can delete this class entirely. # def comment(url) end end end
Version data entries
4 entries across 4 versions & 1 rubygems