---
title: "Github"
slug: "github"
updated: 2025-10-23T09:07:57Z
published: 2025-10-23T09:07:57Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.unleash.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Github

## Connection

A connection to GitHub can be established using a Personal OAuth token. Please note that permission-based connections require:

- Enterprise plan with SSO enabled at the Organization Level. (SSO enabled at the Enterprise Level will be supported in the future).
- The connection needs to be created by a GitHub Admin.

> To integrate GitHub with Unleash, a GitHub Admin must approve the Unleash App and specify which repositories it can access.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image (47).png)

Link to the settings page: Replace {orgName} with your organization's name: [https://github.com/organizations/{orgName}/settings/installations](https://github.com/organizations/{orgName}/settings/installations).

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/Screen Shot 2024-08-29 at 14.50.05.png)

## Scopes

```plaintext
user:email
read:user
repo_deployment
read:org
repo
read:project
```

## Supported Resources

The integration supports the following resources:

- Issues
- Files
- Directories
- Repositories
- Pull Requests
- Discussions
- Wikis

## Sync

Incremental sync very 15 minutes for Issues, Pull Requests and Discussions. All the rest are being synced from scratch (snapshot) every 6 hours.

****Example Questions****

- Who is working on the XYZ feature?
- Who should I speak to about bug XYZ?
- What were the gaps in the feature development for Q1?
- Why is the XYZ feature not rendering correctly?
- What is the connection timeout error?
