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: resolve ESLint errors and improve CI/CD workflows
ESLint fixes:
- Replace `as any` with proper union type in channels route
- Replace `{} as any` with typed assertion in messaging-metrics
- Replace require('zlib') with top-level gunzipSync import in database-session-store and session-archiver
CI/CD improvements:
- Upgrade setup-bun@v1 to @v2 (v1 deprecated)
- Add bun dependency caching via actions/cache@v4
- Add concurrency groups to prevent duplicate CI runs and overlapping deploys
- Fix `bun test` to `bun test --run` to prevent watch mode hang
- Upgrade appleboy/ssh-action@v1.0.0 to @v1
- Upgrade getsentry/action-release@v1 to @V3 (v1 deprecated)
- Add guard to skip Sentry step when auth token is missing
- Add retry logic (3 attempts) to health check
- Remove redundant deployment notification step
0 commit comments