List pending invitations for a repo

gh_collab_pending(path, ...)

Arguments

path

GitHub repo path of the form "username/repo". If not provided, will default to current repo.

...

Additional parameters, see https://docs.github.com/en/rest

Value

A dataframe listing the usernames of pending invitees (or dataframe of length 0 if no pending invitees).

See also