Troubleshooting
No suggestions appear
Section titled “No suggestions appear”Confirm the GitHub App is installed on the owner that holds the monitored repository, then backfill recent merged pull requests.
draftstack setup github --print-urldraftstack projects backfill <project-id> --days 7 --output jsonModel calls fail
Section titled “Model calls fail”DraftStack needs a Baseten API key for each project. Set it from an environment variable.
draftstack projects api-key set <project-id> --env BASETEN_API_KEYThe GitHub App cannot see a repository
Section titled “The GitHub App cannot see a repository”List the repositories the installed app can access. If a repository is missing, reinstall the app and grant access to it.
draftstack repos list --output jsonA merged pull request did not produce a suggestion
Section titled “A merged pull request did not produce a suggestion”DraftStack analyzes merged pull requests on monitored repositories. Confirm the repository is monitored by the project and that the pull request was merged, not only closed.