Method: Stratify::GitHub::Event::CommitCommentEvent.text

Defined in:
lib/stratify-github/events.rb

.text(activity) ⇒ Object



20
21
22
# File 'lib/stratify-github/events.rb', line 20

def self.text(activity)
  "#{activity.actor} commented on a commit to #{activity.repository}"
end