Class: Octogate::Event::PullRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/octogate/events/pull_request.rb

Instance Method Summary collapse

Methods inherited from Base

parse, register_event

Instance Method Details

#default_conditionObject



12
13
14
# File 'lib/octogate/events/pull_request.rb', line 12

def default_condition
  action != "closed"
end