Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamalinov committed Apr 24, 2024
1 parent b7cd82e commit f9166c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/gitauto_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async def handle_gitauto(payload: GitHubLabeledPayload, trigger_type: str) -> No
update_comment(
comment_url=comment_url,
token=token,
body="![X](https://progress-bar.dev/30/?title=Progress&width=800)\nJust getting started!",
body="![X](https://progress-bar.dev/20/?title=Progress&width=800)\nJust getting started!",
)

# Create a remote branch
Expand Down Expand Up @@ -178,7 +178,7 @@ async def handle_gitauto(payload: GitHubLabeledPayload, trigger_type: str) -> No
update_comment(
comment_url=comment_url,
token=token,
body="![X](https://progress-bar.dev/50/?title=Progress&width=800)\nHalf way there!",
body="![X](https://progress-bar.dev/90/?title=Progress&width=800)\nAlmost there!",
)

# Create a pull request to the base branch
Expand Down
2 changes: 1 addition & 1 deletion services/openai/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def run_assistant(
update_comment(
comment_url=comment_url,
token=token,
body="![X](https://progress-bar.dev/70/?title=Progress&width=800)\n70% there! We're reviewing your new code changes!",
body="![X](https://progress-bar.dev/70/?title=Progress&width=800)\n80% there! We're reviewing your new code changes!",
)

output_data += json.dumps(output)
Expand Down

0 comments on commit f9166c7

Please sign in to comment.