Skip to content

Release v2.1.5#1108

Closed
yuni-ju wants to merge 110 commits into
mainfrom
release/2.1.5
Closed

Release v2.1.5#1108
yuni-ju wants to merge 110 commits into
mainfrom
release/2.1.5

Conversation

@yuni-ju

@yuni-ju yuni-ju commented Jun 8, 2026

Copy link
Copy Markdown
Member

No description provided.

yuni-ju and others added 30 commits December 9, 2025 17:15
Prevent duplicate reply submissions
Fix UI clipping on Withdraw screen for large text sizes
@yuni-ju yuni-ju self-assigned this Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 93a01017-58fa-4e9c-9a6f-a349ffc8dcaf

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 release/2.1.5

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 and usage tips.

@yuni-ju yuni-ju added the release release label Jun 8, 2026
@yuni-ju yuni-ju added this to DAYO 2.0 Jun 8, 2026
@github-project-automation github-project-automation Bot moved this to Todo in DAYO 2.0 Jun 8, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6afcf9a89d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

BRANCH="feature/issue-${{ github.event.issue.number }}"

# 동일 브랜치가 이미 존재하면 삭제 (재실행 안전성)
git push origin --delete "$BRANCH" 2>/dev/null || true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve existing QA bot branches on reruns

When this workflow is rerun for an issue that already has a feature/issue-N PR, this line deletes the remote branch before recreating it; git push -h documents --delete as “delete refs”. In the inspected .github/workflows/qa-bot.yml flow, a labeled-event rerun or manual rerun would therefore discard any reviewer/manual commits pushed to that bot branch and can leave the existing PR without its head branch (or make the subsequent gh pr create conflict with the existing PR). Prefer updating/resetting the branch intentionally only after checking for an open PR, or push with --force-with-lease to a bot-owned branch when that destructive behavior is explicitly desired.

Useful? React with 👍 / 👎.

@yuni-ju

yuni-ju commented Jun 8, 2026

Copy link
Copy Markdown
Member Author

Play Store에 올라와있는 앱의 versionCode 이슈로 브랜치 새로 생성하겠습니다

@yuni-ju yuni-ju closed this Jun 8, 2026
@github-project-automation github-project-automation Bot moved this from Todo to Done in DAYO 2.0 Jun 8, 2026
@yuni-ju yuni-ju deleted the release/2.1.5 branch June 8, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release release

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants