ci: 앱별 태그와 PR 라벨링 수정#594
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 15 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ 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 |
관련 이슈
작업 내용
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