Archive repository and provide new location link#19
Archive repository and provide new location link#19MatteoDelOmbra wants to merge 1 commit intomainfrom
Conversation
Indicate that the repository is archived and no longer supported, with a link to the new location for ongoing development.
WalkthroughThe pull request adds an "ARCHIVED" notice to the README.md file, indicating the repository is no longer actively maintained. The notice includes information that the codebase has been migrated and provides a link to the new GitHub repository location for continued development. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 5: The heading "### 🚀 New Location" jumps from a higher-level '#' header
and triggers MD001; change that line to "## 🚀 New Location" (or insert an
intermediate "##" section above and keep this as "###") so the README heading
hierarchy is sequential and satisfies Markdown linting.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| This repository is **no longer actively maintained or supported**. The codebase has been migrated to a new location to ensure better integration and ongoing updates. | ||
|
|
||
| ### 🚀 New Location |
There was a problem hiding this comment.
Fix heading level jump (# → ###) to satisfy Markdown lint.
Line 5 should use ## (or add an intermediate ## section) to avoid MD001 and keep heading hierarchy valid.
Suggested fix
-### 🚀 New Location
+## 🚀 New Location📝 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.
| ### 🚀 New Location | |
| ## 🚀 New Location |
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)
[warning] 5-5: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 5, The heading "### 🚀 New Location" jumps from a
higher-level '#' header and triggers MD001; change that line to "## 🚀 New
Location" (or insert an intermediate "##" section above and keep this as "###")
so the README heading hierarchy is sequential and satisfies Markdown linting.
Summary by CodeRabbit