dwyl / dwylbot

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

implement rule awaiting-review with no assignee #111

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

ref: #63

If there is no assignees on a PR or if the only assignee is the author of the PR then dwylbot will add an error message on the PR to ask the user to add an assignee. The error will be checked when the "awaiting-review" label is added or when a user is assigned or unassigned

codecov[bot] commented 7 years ago

Codecov Report

Merging #111 into master will increase coverage by 0.35%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   96.94%   97.29%   +0.35%     
==========================================
  Files          20       21       +1     
  Lines         131      148      +17     
==========================================
+ Hits          127      144      +17     
  Misses          4        4
Impacted Files Coverage Δ
web/controllers/rules/list_rules.ex 100% <ø> (ø) :arrow_up:
web/controllers/github_api/in_memory.ex 100% <100%> (ø) :arrow_up:
web/controllers/rules/pr/no_assignee.ex 100% <100%> (ø)

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 21cf3bb...27b7e5a. Read the comment docs.