Method: FlashFlow::Data::Github#remove_from_merge
- Defined in:
- lib/flash_flow/data/github.rb
#remove_from_merge(branch) ⇒ Object
29 30 31 32 33 34 |
# File 'lib/flash_flow/data/github.rb', line 29 def remove_from_merge(branch) pr = pr_for(branch) if pr && @do_not_merge_label add_label(pr.number, @do_not_merge_label) end end |