r-dbi / issues

Analyze responses to issues on GitHub repositories
3 stars 1 forks source link

people's association with a repository #1

Open maelle opened 6 months ago

maelle commented 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?

maelle commented 6 months ago

ah yes for instance here I am a member.