Method: FlashFlow::Data::Github#can_ship?
- Defined in:
- lib/flash_flow/data/github.rb
#can_ship?(branch) ⇒ Boolean
70 71 72 |
# File 'lib/flash_flow/data/github.rb', line 70 def can_ship?(branch) has_label?(branch.['pr_number'], @shippable_label) end |