dwyl / dwylbot

:robot: Automating our GitHub Workflow to improve team communication/collaboration and reduce tedious repetition!
28 stars 7 forks source link

check in-progress when reviewer added #124

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

ref: #123

When a reviewer is added, check if the in-progress label exists on the PR. If not we assign the reviewer to the PR, add the "awaiting-review" label and add a comment to explain the changes on the PR

codecov[bot] commented 7 years ago

Codecov Report

Merging #124 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   98.23%   98.35%   +0.11%     
==========================================
  Files          23       23              
  Lines         170      182      +12     
==========================================
+ Hits          167      179      +12     
  Misses          3        3
Impacted Files Coverage Δ
web/controllers/rules/pr/awaiting_review.ex 100% <100%> (ø) :arrow_up:
web/controllers/rules/pr/no_assignee.ex 100% <0%> (ø) :arrow_up:
web/controllers/rules/list_rules.ex 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 117e3d6...eb7692c. Read the comment docs.