Skip to content

Conversation

@kaswhy
Copy link
Member

@kaswhy kaswhy commented Aug 23, 2025

📌 연관된 이슈

✨ 작업 내용

젤 중요한 걸 깜빡해따 😅

💬 리뷰 요구사항(선택)

Summary by CodeRabbit

  • Chores
    • 개발 배포 워크플로우의 트리거 브랜치를 main에서 develop으로 변경했습니다. 이제 develop 브랜치에 변경사항이 병합되면 개발 환경 배포가 자동으로 실행됩니다. 프로덕션 배포 흐름에는 영향이 없으며, 제품 기능이나 UI에는 변경이 없습니다. 최종 사용자에게는 가시적 변화가 없고, 배포 프로세스의 일관성과 속도가 향상됩니다.

@kaswhy kaswhy self-assigned this Aug 23, 2025
@kaswhy kaswhy added the bug Something isn't working label Aug 23, 2025
@coderabbitai
Copy link

coderabbitai bot commented Aug 23, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

GitHub Actions 워크플로우 deploy-dev의 push 트리거 브랜치를 main에서 develop으로 변경했습니다. 그 외 워크플로우 구조, 잡, 스텝은 수정되지 않았습니다.

Changes

Cohort / File(s) Summary
CI 트리거 조정
.github/workflows/deploy-dev.yml
on.push.branches 값을 main에서 develop으로 변경

Sequence Diagram(s)

sequenceDiagram
    actor Dev as Developer
    participant GH as GitHub (Repo)
    participant GHA as GitHub Actions: deploy-dev
    participant DEV as Dev 환경

    Dev->>GH: develop 브랜치에 push
    GH-->>GHA: 트리거 조건 매칭 (push on develop)
    rect rgba(200,230,255,0.3)
    note over GHA: 기존 잡/스텝은 변경 없음
    GHA->>DEV: 배포 파이프라인 실행
    end
    GHA-->>Dev: 워크플로우 결과 보고
Loading

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Assessment against linked issues

Objective Addressed Explanation
prod/dev 환경 분리 [#70]

Assessment against linked issues: Out-of-scope changes

(없음)

Possibly related PRs

Poem

깡총깡총 브랜치 위로 점프하네, develop로!
메인은 조용히, 나는 dev로 고고 🐇
액션이 켜지고 배포는 숨 가쁘게,
당근 깃발 휘날리며 “운영은 쉿, 여기만 배포!”
CI의 달빛 아래, 분리는 또렷하게.


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 3030bf8 and 194c44a.

📒 Files selected for processing (1)
  • .github/workflows/deploy-dev.yml (1 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/issue-70

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@kaswhy kaswhy merged commit e85bdc2 into develop Aug 23, 2025
1 of 2 checks passed
@github-actions
Copy link

CI status
✅ Assemble 성공
✅ Test 성공

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] prod, dev 환경 분리

2 participants