Failed Invitations List
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.8k
- Forks
- 1.9k
- Avg merge
- 17m
- Merged PRs (30d)
- 2
Description
It looks like while there is a invitiations() iterable on the Organization, the associated failed invitations is not available: https://docs.github.com/en/rest/orgs/members#list-failed-organization-invitations
This is important because these failed invites are not automatically resent or deleted -- creating some annoying workflow when you are trying to keep a user actively invited.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Organization's existing invitations() iterable and compare its API mapping with the linked GitHub REST endpoint for failed organization invitations. Add the corresponding failed-invitation access and confirm it exposes the endpoint's results and supports the workflow described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100