Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing "private" member to repositories in installation event #132

Conversation

gsaraf
Copy link
Contributor

@gsaraf gsaraf commented May 15, 2021

Event documentation shows an additional Private member not represented in the current schema. See:
https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#installation

From playing with my own app, I found it exists. JSON looks like this:

  "action": "created",
  "installation": {
    "id": 00000000
    ...
  },
  "repositories": [
    {
      "id": 0000000000,
      "private": true
      ...
    }
  ],
  ...
}

@Toshik1978 Toshik1978 merged commit 1739c6d into go-playground:master Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants