Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can now specify assignee as a string #218

Merged
merged 3 commits into from Dec 24, 2013
Merged

Commits on Dec 16, 2013

  1. 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()
    dfarr committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    10bbfc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2013

  1. adding the tests for issue 214

    dfarr committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    ce3fb53 View commit details
    Browse the repository at this point in the history
  2. meeting coding conventions

    dfarr committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    031471d View commit details
    Browse the repository at this point in the history