Merge "Add comment about extra issues request"

This commit is contained in:
Zuul 2019-02-18 23:36:19 +00:00 committed by Gerrit Code Review
commit 2495512589
1 changed files with 2 additions and 0 deletions

View File

@ -1133,6 +1133,8 @@ class GithubConnection(BaseConnection):
number, owner, proj))
time.sleep(1)
# Get the issue obj so we can get the labels (this is silly)
# TODO: this may be able to be simplified after
# https://github.com/sigmavirus24/github3.py/issues/924
issueobj = probj.issue()
pr = probj.as_dict()
try: