Module: Gaf::Processor

Defined in:
lib/gaf/processor.rb

Instance Method Summary collapse

Instance Method Details

#hook_event_githubObject



6
7
8
9
10
# File 'lib/gaf/processor.rb', line 6

def hook_event_github
  return if request.headers["X-GitHub-Event"] != "pull_request"
  init_or_create_user
  Gaf::Worksheet::UpdateWorksheet.new(params).update_ws
end