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(ci): address code review feedback on Sentry→GitHub workflow
- Add timeout=30 to all HTTP requests (prevents hangs)
- Use Python 3.12 native fromisoformat (handles Z natively, no fragile replace)
- Fail fast on GitHub search API errors instead of silently returning false
(prevents duplicate issue creation on transient API failures)
- Distinguish "already_exists" 422 from other label validation errors
- Move SENTRY_PROJECT to vars.SENTRY_PROJECT (repository variable)
- Remove unused json import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments