I have tested by importing issues of fedora-infra/mote here: https://stg.pagure.io/adfafdaf
(few issues are repeating, that's because of import failed a few times)
https://stg.pagure.io/adfafdaf/issue/74 is one with the assignee
1 new commit added
why do we need issue.assignee here ? if only use issue.assignee.login ?
We should use if assignee is not None notation. Same above for github_issue.assignee
if assignee is not None
https://www.python.org/dev/peps/pep-0008/#programming-recommendations
Would be nice to give the progress like on fedorahosted. Something like "issue 1/123 added to repo."
That's in case there is no assignee. It either returns None or a user object
None
6 new commits added
:thumbsup:
Pull-Request has been merged by vivekanand1101
thank you @cverna
I have tested by importing issues of fedora-infra/mote here: https://stg.pagure.io/adfafdaf
(few issues are repeating, that's because of import failed a few times)
https://stg.pagure.io/adfafdaf/issue/74 is one with the assignee