CoolFace
Apppublic

Taimoor2500/PR-Whisperer

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
15 commits on main
06568c09mo ago

Add new database file for PR Whisperer functionality

Taimoor Rashid
f9a2fcb9mo ago

Add GitHub to Slack username mapping for proper user tagging

Taimoor Rashid
808605d9mo ago

Remove the request_copilot_review function to clean up unused code and streamline the GitHub service.

Taimoor Rashid
8954b079mo ago

Clean up unused Copilot review function

Taimoor Rashid
99c29419mo ago

Remove Copilot review feature (requires org-wide Copilot Business)

Taimoor Rashid
ea378159mo ago

Try multiple Copilot bot names and add debug logging

Taimoor Rashid
d598d8b9mo ago

Add automatic Copilot review request when PR is shared

Taimoor Rashid
5c6dc389mo ago

Refactor Slack event handling to support multiple PR links in a single message. Update processing logic to analyze and summarize multiple PRs, including consolidated messaging and database reminders for each PR. Enhance formatting for both single and multiple PR analyses.

Taimoor Rashid
3ee434c9mo ago

Enhance error handling in Slack events endpoint to return a user-friendly message for invalid JSON requests.

Taimoor Rashid
72ba9f59mo ago

Add Hugging Face metadata

Taimoor Rashid
e16e96f9mo ago

Update Dockerfile and README for Hugging Face deployment; modify main.py to default to port 7860 for compatibility.

Taimoor Rashid
74dc0e49mo ago

Update README with detailed setup instructions and deployment steps; enhance health check endpoint in main.py to include status information.

Taimoor Rashid
ed867de9mo ago

Add Dockerfile for containerization, update requirements for SQLAlchemy and psycopg2-binary, implement database connection and PR reminder logic, enhance Slack integration with threaded replies, and expand FastAPI routes for Slack event handling.

Taimoor Rashid
66b9c3b9mo ago

Add initial implementation of PR Whisperer bot with FastAPI, including README, models, analysis logic, and Slack integration.

Taimoor Rashid
3cc368e9mo ago

Add .gitignore file to exclude common Python artifacts and environment files

Taimoor Rashid