chore: revise CODEOWNERS file for ownership adjustments#285
chore: revise CODEOWNERS file for ownership adjustments#285hendrikebbers wants to merge 2 commits intomainfrom
Conversation
Updated CODEOWNERS file to modify ownership rules and simplify permissions for various files. Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
✅ Deploy Preview for hiero-open-source ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdated Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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 |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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 @.github/CODEOWNERS:
- Around line 3-6: Update the CODEOWNERS entries so the listed filenames are
anchored to the repository root by prefixing them with a leading slash: change
package.json, package-lock.json and .remarkrc to /package.json,
/package-lock.json and /.remarkrc respectively to avoid matching those names in
nested directories; ensure the ownership tokens (e.g.,
`@hiero-ledger/hiero-website-maintainers` and `@hiero-ledger/github-maintainers`)
remain unchanged.
Co-authored-by: Nathan Klick <nathan@swirldslabs.com> Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
Up to standards ✅🟢 Issues
|
|
@hendrikebbers I applied the suggestion for the codeowners, is there any other changes you'd like to make or is this ready to review again? |
Updated CODEOWNERS file to modify ownership rules and simplify permissions for various files.
Summary by CodeRabbit