Current Github API returns a permission values for admin, push, maintain, triage and pull (see https://docs.github.com/en/free-pro-team@latest/rest/reference/teams#check-team-permissions-for-a-repository).
PyGithub so far only supports admin, push and pull.
This is a feature request to add the two missing attributes to class github.Permissions.Permissions.
|
class Permissions(github.GithubObject.NonCompletableGithubObject): |