Skip to content

Commit

Permalink
Bug 1530596 - Fix the "Missing reviewers" warning r=glob
Browse files Browse the repository at this point in the history
Reviewers: glob

Reviewed By: glob

Bug #: 1530596

Differential Revision: https://phabricator.services.mozilla.com/D21351
  • Loading branch information
zalun committed Feb 28, 2019
1 parent 072b6f3 commit a356961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-phab
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ def show_commit_stack(repo, commits, show_rev_urls=False, show_warnings=False):
% (commit["bug-id-orig"], commit["bug-id"])
)

if not commit["reviewers"]:
if not commit["reviewers"]["granted"] + commit["reviewers"]["request"]:
logger.warning("!! Missing reviewers")

if show_rev_urls and commit["rev-id"]:
Expand Down

0 comments on commit a356961

Please sign in to comment.