Manual GitHub App-slug field to enable the install button (v0.188.0)#316
Merged
Conversation
…188.0) The "Install the App" button needs the App slug. When it can't be auto-detected (no bot creds, no connected install — e.g. an OAuth-only setup like instapods), the Creds → GitHub install section now shows an App-slug input (accepts a bare slug or a full github.com/apps/<slug> URL, normalized) so an admin can enable the install link directly. Previously there was no way to set it. scripts/github-per-member-test.cjs now 78/78. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up. The "Install the App" button needs the App slug — normally auto-resolved (one-click flow / bot creds via
GET /app/ a connected member's install). When none apply (an OAuth-only setup with no bot creds and nobody installed — e.g. instapods), there was no way to set it, so the button never appeared. Now the Connections → Creds → GitHub install section shows an App slug input (accepts a bare slug or a fullgithub.com/apps/<slug>URL, normalized) to enable the link directly. Test 78/78, governance 68/68.🤖 Generated with Claude Code