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 permissions to InstallationPermissions #1180

Merged
merged 3 commits into from
Jun 19, 2019

Commits on May 31, 2019

  1. Add missing permissions to InstallationPermissions

    This adds the remaining GitHub App installation permissions defined in
    https://developer.github.com/v3/apps/permissions/#metadata-permissions
    that are related to GitHub App installations.
    
    These do not include permissions such as `emails` or `gpg_keys`
    as these are user permissions.
    tarebyte committed May 31, 2019
    Configuration menu
    Copy the full SHA
    dc125c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8d3df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Add packages permission

    tarebyte committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    d2e7e74 View commit details
    Browse the repository at this point in the history