# GitHub Issues

<div align="left"><img src="/files/-MjH7sQqcDycHAdAvBKZ" alt=""></div>

## Set up

### Navigate to the Integration settings view

1. Select an app in the top left corner from the Switcher
2. Navigate to **App Settings** by clicking the gear icon (⚙️) at the top of the Timeline sidebar
3. Click on **Integrations** in the sidebar

### **Connect GitHub**

* Find the **GitHub** integration module under the **Version control** section
* Click the **Connect** button
* You’ll be taken through a standard [GitHub app](https://developer.github.com/apps/) OAuth flow
  * Select one or more repos to grant access to

{% hint style="warning" %}
You must be logged in as a GitHub user with **admin** permissions in selected repo, or as an **owner** in the GitHub org.
{% endhint %}

* GitHub redirects you back to Runway
  * If you granted access to more than one repo, Runway will present you with a dropdown to select a specific repo

### Add feature affiliations

* Specify the labels and/or milestones that Runway should use associate tickets with specific releases
* Pattern is tokenized with the release version, *e.g.* `ios-{version}`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.runway.team/integrations/project-management/github-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
