Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5724f10

Browse files
docs: Add documentation for managing repository access after GitHub App installation (#144)
Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com>
1 parent b292c90 commit 5724f10

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/integrations/github.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ Promptless integrates with Github through our official Github App, providing sec
1818
4. Verify that Promptless is connected in the integrations page.
1919
<img src="/img/integrations-complete.png" alt="Integrations Page" style={{width:"800px", display: "block", margin: "0 auto", boxShadow: "0 4px 8px rgba(0, 0, 0, 0.1)", marginBottom: "20px"}} />
2020

21+
## Managing Repository Access After Installation
22+
23+
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:
24+
25+
1. Navigate to your GitHub organization settings
26+
2. Go to "Third-party Access" → "GitHub Apps"
27+
3. Find "Promptless" in the list and click "Configure"
28+
4. In the "Repository access" section, you can:
29+
- Switch between "All repositories" and "Only select repositories"
30+
- Add or remove specific repositories using the "Select repositories" dropdown
31+
- Remove repositories by clicking the "×" next to their names
32+
33+
<img src="https://promptless-customer-doc-assets.s3.amazonaws.com/docs-images/org_2lvkgU9erOFxYhtEVVC0ymPrPdF/bc05f421-e940-4f84-b442-6f9181a0eab3-github-app-repository-management.png" alt="GitHub App Repository Management" style={{width:"800px", display: "block", margin: "0 auto", boxShadow: "0 4px 8px rgba(0, 0, 0, 0.1)", marginBottom: "20px"}} />
34+
35+
5. Click "Save" to apply your changes
36+
37+
After updating repository access, the new repositories will be available when creating or editing projects in Promptless. Note that it may take a few minutes for the changes to be reflected in the Promptless dashboard. If you don't see newly added repositories immediately, you may need to click the "refresh repos" icon in the integrations page to update the repository list.
2138

2239
## Project Setup and Permissions
2340

@@ -50,4 +67,4 @@ When trigger directories are specified, only PRs that contain changes to those d
5067

5168
Promptless uses the official [Github App specification](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps) to authenticate with Github. Promptless authenticates securely with JWTs generated by the Github App installation.
5269

53-
This ensures that Promptless has read and write access to the repositories that you select, and that either you or Promptless can revoke access at any time.
70+
This ensures that Promptless has read and write access to the repositories that you select, and that either you or Promptless can revoke access at any time.

0 commit comments

Comments
 (0)