Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

chore: migration readme update#210

Merged
minyonglee merged 1 commit into
mainfrom
minyonglee-patch-1
Nov 26, 2025
Merged

chore: migration readme update#210
minyonglee merged 1 commit into
mainfrom
minyonglee-patch-1

Conversation

@minyonglee
Copy link
Copy Markdown
Contributor

@minyonglee minyonglee commented Nov 26, 2025

Summary

Describe your changes

Issue ticket number and link

Summary by CodeRabbit

릴리스 노트

  • 문서
    • 저장소 중단 공지 태그가 추가되었습니다.
    • 새로운 저장소로의 마이그레이션 위치 안내가 추가되었습니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 26, 2025

Walkthrough

README.md 파일 상단에 [Deprecated] 태그와 마이그레이션 안내 링크(https://github.com/notifly-tech/notifly-docs)가 추가되었습니다. 기능 또는 런타임 동작에는 영향을 미치지 않습니다.

Changes

Cohort / File(s) 변경 요약
README 문서 메타데이터
README.md
README 상단에 [Deprecated] 태그 및 마이그레이션 안내 추가

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • 문서 수정만 포함되며 코드 변경 없음
  • 단순 텍스트 추가로 인한 변경

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning PR 설명에 필수 섹션 구조는 있으나 모든 섹션이 비어있고 구체적인 정보가 제공되지 않았습니다. 각 섹션(Summary, 변경사항 설명, Issue 번호)에 구체적인 내용을 작성하여 변경사항의 목적과 영향을 명확히 해주세요.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목은 README.md 마이그레이션 관련 변경사항을 명확하게 나타내며, 변경의 주요 목적과 일치합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch minyonglee-patch-1

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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1b928bf and 10a7847.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md

2-2: Bare URL used

(MD034, no-bare-urls)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: build

Comment thread README.md
Comment on lines +1 to +2
# [Deprecated]
Migrated to: https://github.com/notifly-tech/notifly-docs
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Markdown URL 형식을 올바르게 지정하세요.

라인 2의 bare URL은 Markdown 모범 사례를 따르지 않습니다. 각도 괄호로 감싸거나 Markdown 링크 형식으로 변환해주세요.

다음과 같이 수정하세요:

# [Deprecated]
-Migrated to: https://github.com/notifly-tech/notifly-docs
+Migrated to: <https://github.com/notifly-tech/notifly-docs>

또는 Markdown 링크 형식을 사용할 수 있습니다:

# [Deprecated]
-Migrated to: https://github.com/notifly-tech/notifly-docs
+Migrated to: [https://github.com/notifly-tech/notifly-docs](https://github.com/notifly-tech/notifly-docs)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
# [Deprecated]
Migrated to: https://github.com/notifly-tech/notifly-docs
# [Deprecated]
Migrated to: <https://github.com/notifly-tech/notifly-docs>
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

2-2: Bare URL used

(MD034, no-bare-urls)

🤖 Prompt for AI Agents
README.md lines 1-2: the second line contains a bare URL which violates Markdown
best practices; replace it with either an angle-bracket enclosed URL or a proper
Markdown link. Edit line 2 to use one of these forms:
<https://github.com/notifly-tech/notifly-docs> or a Markdown link like [Migrated
to notifly-docs](https://github.com/notifly-tech/notifly-docs), ensuring the
link text and URL are correct.

@minyonglee minyonglee merged commit d16ff68 into main Nov 26, 2025
4 checks passed
@minyonglee minyonglee deleted the minyonglee-patch-1 branch November 26, 2025 04:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant