We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9005337 commit 5a2c66aCopy full SHA for 5a2c66a
codeflash/code_utils/github_utils.py
@@ -20,7 +20,7 @@ def require_github_app_or_exit(owner: str, repo: str) -> None:
20
f"It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo} or the GitHub"
21
f" account linked to your CODEFLASH_API_KEY does not have access to the repository {owner}/{repo}.{LF}"
22
"Before continuing, please install the Codeflash GitHub App on your repository by visiting "
23
- f"https://github.com/apps/codeflash-ai{LF}"
+ f"https://github.com/apps/codeflash-ai/installations/select_target{LF}"
24
)
25
logger.error(
26
f"Note: if you want to find optimizations without opening PRs, you can run Codeflash with the --no-pr flag.{LF}"
0 commit comments