Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codeflash/code_utils/github_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def require_github_app_or_exit(owner: str, repo: str) -> None:
f"It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo} or the GitHub"
f" account linked to your CODEFLASH_API_KEY does not have access to the repository {owner}/{repo}.{LF}"
"Before continuing, please install the Codeflash GitHub App on your repository by visiting "
f"https://github.com/apps/codeflash-ai{LF}"
f"https://github.com/apps/codeflash-ai/installations/select_target{LF}"
)
logger.error(
f"Note: if you want to find optimizations without opening PRs, you can run Codeflash with the --no-pr flag.{LF}"
Expand Down
Loading