Skip to content

chore: 중복된 sync-design-tokens.yml 폐기#26

Merged
Roy-wonji merged 1 commit into
developfrom
chore/remove-sync-design-tokens-workflow
May 12, 2026
Merged

chore: 중복된 sync-design-tokens.yml 폐기#26
Roy-wonji merged 1 commit into
developfrom
chore/remove-sync-design-tokens-workflow

Conversation

@Roy-wonji
Copy link
Copy Markdown
Contributor

요약

`SWYP-Find/design-tokens` 의 `build.yml` 이 zizizoi 스타일 자동 PR 흐름으로 확장되면서, 이 워크플로우는 동일한 일을 두 번 하는 형태가 되었습니다.

새 흐름 (design-tokens 단일 책임)

  1. `Mode 1.tokens.json` 변경 감지
  2. Style Dictionary 빌드 (1차 검증)
  3. Picke-iOS checkout + `Tools/TokenGenerator.swift` 실행 (2차 검증)
  4. `peter-evans/create-pull-request` 로 `develop` 으로 자동 PR

변경

  • `.github/workflows/sync-design-tokens.yml` 삭제

머지 순서

⚠️ 이 PR 은 먼저 머지하지 마세요.

  1. SWYP-Find/design-tokens#1 먼저 머지
  2. `IOS_REPO_DISPATCH_TOKEN` secret 을 design-tokens 레포에 등록
  3. design-tokens 의 build.yml 이 첫 자동 PR 을 정상적으로 생성하는지 확인
  4. 그 PR 이 정상 동작하는 게 확인되면, 이 PR 을 머지해 안전망을 제거

영향

  • iOS 팀이 토큰 변경에 대해 디자인 PR 을 review 할 수 있게 됨 (기존: develop 에 직접 push)
  • 토큰 흐름의 단일 책임이 design-tokens 레포로 일원화됨

SWYP-Find/design-tokens 의 build.yml 이 zizizoi 스타일 자동 PR 흐름으로
확장되면서, 이 워크플로우는 동일한 일을 두 번 하는 형태가 됨.

새 흐름:
- design-tokens 가 JSON 변경 감지 + Style Dictionary 검증
- design-tokens 가 Picke-iOS checkout + Tools/TokenGenerator.swift 실행
- design-tokens 가 develop 으로 자동 PR 생성 (peter-evans/create-pull-request)

이전 흐름(이 파일)은 repository_dispatch 또는 수동 실행으로 develop 에
직접 push. PR review 없이 직접 머지되는 단점과 함께 새 흐름과 중복.

design-tokens PR 머지 + 첫 자동 PR 동작 확인 후 이 PR 을 머지할 것.
@Roy-wonji Roy-wonji merged commit 2a82e78 into develop May 12, 2026
3 checks passed
@Roy-wonji Roy-wonji deleted the chore/remove-sync-design-tokens-workflow branch May 12, 2026 13:34
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