You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
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
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.
21
38
22
39
## Project Setup and Permissions
23
40
@@ -50,4 +67,4 @@ When trigger directories are specified, only PRs that contain changes to those d
50
67
51
68
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.
52
69
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