Skip to content

Troubleshooting

Confirm the GitHub App is installed on the owner that holds the monitored repository, then backfill recent merged pull requests.

Terminal window
draftstack setup github --print-url
draftstack projects backfill <project-id> --days 7 --output json

DraftStack needs a Baseten API key for each project. Set it from an environment variable.

Terminal window
draftstack projects api-key set <project-id> --env BASETEN_API_KEY

List the repositories the installed app can access. If a repository is missing, reinstall the app and grant access to it.

Terminal window
draftstack repos list --output json

A 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.