Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ navigation:
- page: GitHub Integration
path: ./docs/integrations/github.mdx
slug: github-integration
- page: Adding Repositories
path: ./docs/integrations/github-adding-repos.mdx
slug: github/adding-repos
- page: GitHub Enterprise Integration
path: ./docs/integrations/github-enterprise.mdx
slug: github-enterprise-integration
Expand Down
17 changes: 17 additions & 0 deletions fern/docs/integrations/github-adding-repos.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Adding Repositories
---

After the initial installation, you may need to add new repositories or modify which repositories Promptless can access. You can manage this directly through your GitHub organization settings:

1. Navigate to your GitHub organization settings
2. Go to "Third-party Access" → "GitHub Apps"
3. Find "Promptless" in the list and click "Configure"
4. In the "Repository access" section, you can switch between "All repositories" and "Only select repositories," add specific repositories using the dropdown, or remove repositories by clicking the "×" next to their names
5. Click "Save" to apply your changes

After updating repository access, the new repositories will be available when creating or editing projects in Promptless. It may take a few minutes for changes to appear—click the refresh icon on the integrations page if you don't see newly added repositories right away.

## Related

See the full [GitHub Integration guide](/docs/integrations/github-integration) for installation and troubleshooting.