Skip to content

ci: 앱별 태그와 PR 라벨링 수정#594

Draft
manNomi wants to merge 1 commit into
mainfrom
fix/github-app-tagging
Draft

ci: 앱별 태그와 PR 라벨링 수정#594
manNomi wants to merge 1 commit into
mainfrom
fix/github-app-tagging

Conversation

@manNomi

@manNomi manNomi commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

관련 이슈

  • 없음

작업 내용

  • PR 자동 라벨러가 web, admin, university 세 앱 변경을 모두 감지하도록 수정했습니다.
  • PR synchronize 시 기존 앱 라벨이 stale 상태로 남지 않도록 관리 라벨을 제거 후 현재 변경 파일 기준으로 다시 부여하게 했습니다.
  • 앱별 HeadVer 태그 생성 스크립트를 추가하고, 릴리즈 태그를 web-v..., admin-v..., university-v... 형태로 분리했습니다.
  • 릴리즈 워크플로우에서 target별 release branch와 main 사이의 앱/공유 변경사항을 확인한 뒤 필요한 앱만 태그/릴리즈/브랜치 승격을 수행하도록 수정했습니다.
  • 누락되어 있던 apps/admin/headver.json을 추가했습니다.

특이 사항

  • 기존 루트 headver.json fallback을 제거해 v0... 형태의 잘못된 공통 태그가 생성되지 않도록 했습니다.
  • all target은 web, admin, university를 matrix로 검사하지만, 각 앱 또는 공유 영역 변경이 있는 target만 릴리즈합니다.
  • 로컬에 actionlint가 없어 GitHub Actions 전용 정적 검사는 실행하지 못했습니다.

리뷰 요구사항 (선택)

  • 앱별 태그 prefix(web-v, admin-v, university-v)가 운영에서 기대하는 이름인지 확인 부탁드립니다.
  • 공유 변경 경로를 packages/, 루트 패키지/락파일, turbo.json, vercel.json, scripts/로 잡은 기준이 충분한지 확인 부탁드립니다.

검증

  • bash -n .github/scripts/create-headver-tag.sh
  • ruby -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.sh
  • TARGET=admin CREATE_TAG=false YYWW_OVERRIDE=2699 bash .github/scripts/create-headver-tag.sh
  • TARGET=university CREATE_TAG=false YYWW_OVERRIDE=2699 bash .github/scripts/create-headver-tag.sh
  • 앱별 path regex dry-run

@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solid-connect-university-web Ready Ready Preview, Comment Jul 1, 2026 8:22am
solid-connect-web-admin Ready Ready Preview, Comment Jul 1, 2026 8:22am
solid-connection-web Ready Ready Preview, Comment Jul 1, 2026 8:22am

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 92be3e65-7359-4ec2-b2d4-d2c88161fcc6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/github-app-tagging

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.

❤️ Share

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant