Conversation
- Replace nwtgck/actions-netlify action with netlify-cli deploy - Change publish directory from ./out to .next - Fix ENOENT error in daily scheduled deployment
- Update auth-guard.tsx and login-form.tsx with semantic colors - Refactor admin pages (scripts, playgrounds, contents, candidates) - Update admin components (candidate-card, candidate-list) - Use bg-background, bg-card, text-foreground, text-muted-foreground, etc. - Improve theme consistency for light/dark mode support Co-authored-by: Cursor <cursoragent@cursor.com>
- Change cron schedule from Mon 09:00 UTC to Fri 13:00 UTC (22:00 KST) Co-authored-by: Cursor <cursoragent@cursor.com>
- Merge two if conditions into one to fix YAML syntax error - Combine always() with content_type condition for generate-playground job Co-authored-by: Cursor <cursoragent@cursor.com>
- Create release on UseTrey/.github when PR merged to main - Generate version based on date (v2026.01.31) - Include PR title, commits, and links in release notes - Skip automated deployments (cron triggers) Co-authored-by: Cursor <cursoragent@cursor.com>
- Use PR labels (major, minor, patch) to determine version bump - Default to patch if no label specified - Get latest version from UseTrey/.github releases - Calculate new version automatically (v1.2.3 format) Co-authored-by: Cursor <cursoragent@cursor.com>
- Use HEREDOC for multiline release notes - Move variables to env block to avoid escaping issues Co-authored-by: Cursor <cursoragent@cursor.com>
- discover-libraries.yml: 고정된 BUN_VERSION 1.1.26 제거, latest로 변경 - generate-content.yml: 동일하게 3곳 모두 latest로 변경 - 다른 워크플로우(ci, deploy, sync-metrics)와 버전 통일 - lockfile 포맷 불일치로 인한 frozen-lockfile 에러 해결
- Change content generation from auto to manual trigger (save AI tokens) - Add "Generate Content" button on approval notification banner - Add auto-refresh after candidate approval - Add missing content management section in admin contents page - Fix Sandpack template detection (react vs react-ts) - Support multi-file playground_code from database - Add resizable split panels for desktop (react-resizable-panels) - Add responsive layout: side-by-side on desktop, stacked on mobile - Add fullscreen mode with ESC key support - Increase editor height from 400px to 500px
Member
Author
|
로컬에서 머지 완료 후 main에 push했습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dev 브랜치의 변경사항을 main에 머지하여 프로덕션 배포합니다.
포함된 변경사항
배포 영향