From 96b55db720ba3c5038573f9339184767b2ad494a Mon Sep 17 00:00:00 2001 From: Sam Gutentag <1404219+samgutentag@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:06:01 -0800 Subject: [PATCH] Add FAQ entry for missing repos in Create Queue dropdown Explains why a repository might not appear in the dropdown (GitHub App repository access scope) and provides step-by-step instructions for updating access via GitHub org settings. Addresses TRUNK-16724 Co-Authored-By: Claude Opus 4.6 --- merge-queue/reference/common-problems.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/merge-queue/reference/common-problems.md b/merge-queue/reference/common-problems.md index 662e1612..dfb950ca 100644 --- a/merge-queue/reference/common-problems.md +++ b/merge-queue/reference/common-problems.md @@ -101,6 +101,26 @@ The `trunk-temp/*` branch is a temporary, intermediate branch that the merge que +
+ +Why don't I see my repository in the "Create Queue" dropdown? + +The repository dropdown only lists repositories that the Trunk GitHub App has been granted access to. If you installed the GitHub App with access to **specific repositories** rather than **all repositories**, any repo not included during installation won't appear in the dropdown. + +To fix this: + +1. Go to **Settings** > **Organization** > **GitHub** in the [Trunk web app](https://app.trunk.io), or navigate directly to your GitHub organization's installation settings at `https://github.com/organizations//settings/installations`. +2. Click **Configure** next to the Trunk-io app. +3. Under **Repository access**, either select **All repositories** or add the missing repository to the list of selected repositories. +4. Click **Save**. +5. Return to the Trunk web app and click **Create New Queue** again. Your repository should now appear in the dropdown. + +{% hint style="info" %} +**You must be a GitHub admin** to modify the Trunk GitHub App's repository access. If you don't have admin access, ask an organization admin to update the app's repository permissions. +{% endhint %} + +
+ #### Priority & Overrides