Open maelle opened 6 months ago
"author_association": { "title": "author_association", "type": "string", "description": "How the author is associated with the repository.", "enum": [ "COLLABORATOR", "CONTRIBUTOR", "FIRST_TIMER", "FIRST_TIME_CONTRIBUTOR", "MANNEQUIN", "MEMBER", "NONE", "OWNER" ],
Mannequin is https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/reclaiming-mannequins-for-github-enterprise-importer
contributor means a commit was by this person I suppose, collaborator has access to the repository, member too but via the organization maybe?
ah yes for instance here I am a member.
Mannequin is https://docs.github.com/en/migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/reclaiming-mannequins-for-github-enterprise-importer
contributor means a commit was by this person I suppose, collaborator has access to the repository, member too but via the organization maybe?