Skip to content
Open
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
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file defines who is responsible for reviewing changes in specific paths.

# Global owners (will be requested for any change)
* @Polymarket
Copy link

Choose a reason for hiding this comment

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

Invalid CODEOWNERS owner prevents reviewer assignment

Medium Severity

CODEOWNERS uses @Polymarket as the owner, but GitHub code ownership requires an individual user, team (@org/team), or email. Using the org handle makes these ownership rules invalid, so matching paths may not request reviewers and the automation described in this PR can silently fail.

Additional Locations (2)

Fix in Cursor Fix in Web


# Documentation changes
docs/ @Polymarket

# Example agents
examples/ @Polymarket