Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Fix GitHub teams for large orgs #613

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jun 1, 2018

  1. Fix GitHub teams for large orgs

    Some large organisations have more than 100 teams. The current
    implementation only checks the first 100 teams returned by the
    API. This checks all teams the user is a member of.
    
    Added support for GitHub's new nested team feature which means
    inheritence works as designed. Again useful for large orgs.
    
    Updated the limit from 200 to the [documented limit of
    100](https://developer.github.com/v3/#pagination).
    skwashd committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5e3a6f7 View commit details
    Browse the repository at this point in the history