Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
* @kinde-oss/giants-kinde
pyproject.toml @kinde-oss/sdk-engineers
**/pyproject.toml @kinde-oss/sdk-engineers
pyproject.toml @kinde-oss/sdk-engineers
**/pyproject.toml @kinde-oss/sdk-engineers
pyproject.toml @kinde-oss/sdk-engineers
**/pyproject.toml @kinde-oss/sdk-engineers
Comment on lines +2 to +7
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Remove duplicate entries for pyproject.toml.

Each pattern for pyproject.toml is repeated three times. CODEOWNERS only requires one entry per pattern, and duplicates make the file harder to maintain.

Apply this diff to remove the duplicates:

 * @kinde-oss/giants-kinde
 pyproject.toml @kinde-oss/sdk-engineers
 **/pyproject.toml @kinde-oss/sdk-engineers
-pyproject.toml @kinde-oss/sdk-engineers
-**/pyproject.toml @kinde-oss/sdk-engineers
-pyproject.toml @kinde-oss/sdk-engineers
-**/pyproject.toml @kinde-oss/sdk-engineers
 requirements.txt @kinde-oss/sdk-engineers
 **/requirements.txt @kinde-oss/sdk-engineers

Note: This appears to be an automated PR. Please review the automation script that generated these entries to prevent similar issues in future updates.

🤖 Prompt for AI Agents
In CODEOWNERS around lines 2 to 7, there are duplicate entries for
pyproject.toml (each pattern repeated three times); remove the duplicate lines
so each distinct pattern appears only once (leave a single entry for each of:
"pyproject.toml", "**/pyproject.toml" if both are required, otherwise only the
most appropriate pattern), keep the @kinde-oss/sdk-engineers owner on the
remaining entries, and update the automation script that generates CODEOWNERS to
prevent emitting repeated lines.

requirements.txt @kinde-oss/sdk-engineers
**/requirements.txt @kinde-oss/sdk-engineers