Skip to content

Docs/#490 인증 방식 변경 및 릴리즈노트 추가할 수 있도록 수정 - #493

Merged
y-eonee merged 5 commits into
developfrom
docs/#490-fastfile-수정
Aug 18, 2026

Hidden character warning

The head ref may contain hidden characters: "docs/#490-fastfile-\uc218\uc815"
Merged

Docs/#490 인증 방식 변경 및 릴리즈노트 추가할 수 있도록 수정 #493
y-eonee merged 5 commits into
developfrom
docs/#490-fastfile-수정

Conversation

@y-eonee

@y-eonee y-eonee commented Aug 18, 2026

Copy link
Copy Markdown
Member

🔗 연결된 이슈

📄 작업 내용

  • 테플 업로드/심사 제출 시 애플 계정과 비밀번호를 통해 로그인하는 방식을 처음에 시도했었는데요. 2FA 걸려있는 계정들은 CI에서 접근할 수 없다고 하여 인증방식을 변경했습니다.
  • App Store Connect API KEY 인증 방식으로 전환하였습니다. 여기서 발급받은 JWT 토큰이 필요한데 주리님이 App Store Connect에서 .p8 파일을 다운받아주셨어요! 이 파일은 iOS노션> 민감정보에 추가해두었습니다. 관련 key 값들을 모두 Action 시크릿 키에 추가해두었습니다.
  • what's new를 작성할 때에는 fastlane > metadata > ko > release notes에서 내용을 수정해주시면 같이 심사 제출 되게 해두었습니다 ~ !
  • 빌드 번호가 날짜+시간 단위로 변경될 수 있도록 수정했습니다.

@y-eonee y-eonee self-assigned this Aug 18, 2026
@y-eonee y-eonee added docs README, 템플릿 등 프로젝트 내 문서 수정 setting 프로젝트 관련 설정 변경 labels Aug 18, 2026
@y-eonee y-eonee linked an issue Aug 18, 2026 that may be closed by this pull request
1 task
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@y-eonee, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Limit details: You’ve used all 1 included review currently available under your plan.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 29a9c66f-f8be-49c4-8167-f2406ad1f50b

📥 Commits

Reviewing files that changed from the base of the PR and between ebf22c3 and 46fca56.

📒 Files selected for processing (3)
  • ByeBoo-iOS/ByeBoo-iOS.xcodeproj/project.pbxproj
  • ByeBoo-iOS/fastlane/Fastfile
  • ByeBoo-iOS/fastlane/metadata/ko/release_notes.txt

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.

@y-eonee
y-eonee merged commit 325f190 into develop Aug 18, 2026
2 checks passed
@y-eonee
y-eonee deleted the docs/#490-fastfile-수정 branch August 18, 2026 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs README, 템플릿 등 프로젝트 내 문서 수정 setting 프로젝트 관련 설정 변경 나연🐹

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Fastfile에 What'new 작성할 수 있도록 추가 및 인증방식 수정

1 participant