Merge "Add comment about extra issues request"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user