mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
Update backend/app/services/github_events.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -198,7 +198,6 @@ async def handle_pr_review_comment(payload: Dict[str, Any], db: AsyncSession):
|
||||
|
||||
action = payload["action"]
|
||||
pr_number = payload["pull_request"]["number"]
|
||||
comment = payload["comment"]
|
||||
|
||||
logger.info(f"PR #{pr_number} review comment {action}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user