Update CODEOWNERS to add permissions to teams#13649
Update CODEOWNERS to add permissions to teams#13649alexisrolland wants to merge 9 commits intomasterfrom
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughUpdated 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 `@CODEOWNERS`:
- Around line 7-11: The CODEOWNERS file contains two duplicate rules for the
same path `/requirements.txt` which causes only the last entry to take effect;
update the CODEOWNERS content by consolidating the two entries into a single
rule for `/requirements.txt` and list both owners (e.g., include both
`@frontend-team` and `@gtm-team` on the same line) so both teams are assigned as
code owners for that file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Granting the following permissions:
/comfy_api_nodes/./requirements.txtto allow them to updatecomfyui-frontend-packageversion./requirements.txtto allow them to updatecomfyui-workflow-templatesandcomfyui-embedded-docsversions.With great powers come great responsibilities. Use those permissions wisely.