ci: 앱별 태그와 PR 라벨링 수정#594
Draft
manNomi wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
관련 이슈
작업 내용
web,admin,university세 앱 변경을 모두 감지하도록 수정했습니다.web-v...,admin-v...,university-v...형태로 분리했습니다.apps/admin/headver.json을 추가했습니다.특이 사항
headver.jsonfallback을 제거해v0...형태의 잘못된 공통 태그가 생성되지 않도록 했습니다.alltarget은web,admin,university를 matrix로 검사하지만, 각 앱 또는 공유 영역 변경이 있는 target만 릴리즈합니다.actionlint가 없어 GitHub Actions 전용 정적 검사는 실행하지 못했습니다.리뷰 요구사항 (선택)
web-v,admin-v,university-v)가 운영에서 기대하는 이름인지 확인 부탁드립니다.packages/, 루트 패키지/락파일,turbo.json,vercel.json,scripts/로 잡은 기준이 충분한지 확인 부탁드립니다.검증
bash -n .github/scripts/create-headver-tag.shruby -e 'require "yaml"; %w[.github/workflows/pr-auto-label.yml .github/workflows/headver-tagging.yml .github/workflows/release.yml].each { |path| YAML.load_file(path); puts "#{path}: ok" }'TARGET=web CREATE_TAG=false YYWW_OVERRIDE=2699 bash .github/scripts/create-headver-tag.shTARGET=admin CREATE_TAG=false YYWW_OVERRIDE=2699 bash .github/scripts/create-headver-tag.shTARGET=university CREATE_TAG=false YYWW_OVERRIDE=2699 bash .github/scripts/create-headver-tag.sh