in webhook-app/github_helper.py [0:0]
def get_repository(gh, data): """Gets the repository from hook event data.""" return gh.repository( data['repository']['owner']['login'], data['repository']['name'])