petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
594 stars 16 forks source link

[fix]:fix install repo is id bug #460

Closed ch-liuzhide closed 1 week ago

ch-liuzhide commented 1 week ago

close https://github.com/petercat-ai/petercat/issues/458

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 12, 2024 6:38am
petercat-assistant[bot] commented 1 week ago

Walkthrough

This pull request addresses a bug related to the installation repository ID by converting the owner_id and repo_id to strings in the server/github_app/router.py file. Additionally, it updates the server/README.zh-CN.md with development preparation instructions, including installing necessary tools like Python, Supabase CLI, and AWS CLI.

Changes

File Summary
server/README.zh-CN.md Added development preparation instructions, including installation of Python, Supabase CLI, and AWS CLI.
server/github_app/router.py Fixed bug by converting owner_id and repo_id to strings to prevent potential ID handling issues.
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
server/github_app/router.py 36.36% <ø> (+0.40%) :arrow_up:

... and 1 file with indirect coverage changes