mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-14 03:45:18 +00:00
A small typo
This commit is contained in:
parent
559b160886
commit
0b1edd9716
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ async def polling_loop():
|
||||||
success = await agent.handle_request(pr_url, rest_of_comment)
|
success = await agent.handle_request(pr_url, rest_of_comment)
|
||||||
if not success:
|
if not success:
|
||||||
git_provider.set_pr(pr_url)
|
git_provider.set_pr(pr_url)
|
||||||
git_provider.publish_comment("### How to user PR-Agent\n" +
|
git_provider.publish_comment("### How to use PR-Agent\n" +
|
||||||
bot_help_text(user_id))
|
bot_help_text(user_id))
|
||||||
|
|
||||||
elif response.status != 304:
|
elif response.status != 304:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue