chore(ci): add GitHub Actions workflows and PR template#69
Merged
Conversation
…ng to study-splash
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
JuHyeong424
approved these changes
Jun 29, 2026
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.
PR 타입
반영 브랜치
chore/ci-cd -> dev
변경 사항
GitHub Actions CI/CD 워크플로우를 추가했다.
.github/workflows/ci.yml:feat/*,fix/*,refactor/*브랜치에서 dev로 PR이 열리거나 업데이트될 때 type-check -> lint -> build 순으로 CI를 실행.github/workflows/release-pr.yml: dev에 PR이 머지될 때마다 dev -> main Release PR을 자동으로 생성합니다. 이미 PR이 열려있으면 새로 만들지 않고 넘어가고 기존 PR에 커밋이 추가되는 구조이다.테스트 결과
현재 dev에 올라가 있는 PR이 머지되면 release-pr.yml 동작을 확인할 수 있을거라고 예상한다.
CI는 다음 feat/fix/refactor PR부터 자동으로 붙는다.