Files
PyGithub/github
David Farr 10bbfc1def Now accepts strings for assignee.
When calling pygithub for calls associated with assignees you can now simply pass a string instead of a NamedUser object. This applies to the following methods:
- issue.edit()
- repo.create_issue()
- repo.get_issues()
- repo.has_in_assignees()
- repo.has_in_collaborators()
- repo.remove_from_collaborators()
- repo.add_to_collaborators()
2013-12-16 11:15:17 -08:00
..
2013-11-17 14:07:01 -08:00
2013-09-06 11:39:12 +02:00
2013-11-17 10:16:59 -08:00
2013-12-16 11:15:17 -08:00
2013-09-11 23:24:28 +02:00
2013-09-06 11:17:09 +02:00
2013-11-17 10:16:59 -08:00