You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Address CI/CD errors in create-review-task.py
- Apply black formatting to satisfy CI checks
- Fix JSON parsing error by handling gh issue create output correctly
- gh issue create returns URL string, not JSON
- Extract issue number from URL instead of parsing JSON
- Ensure issue number is returned as integer
This fixes both CI/CD failures:
1. Black formatting check now passes
2. Script correctly handles gh CLI output format
0 commit comments