Skip to content

chore: add CODEOWNERS file#204

Open
HemaOnGit wants to merge 1 commit intoPolymarket:mainfrom
HemaOnGit:chore/add-codeowners
Open

chore: add CODEOWNERS file#204
HemaOnGit wants to merge 1 commit intoPolymarket:mainfrom
HemaOnGit:chore/add-codeowners

Conversation

@HemaOnGit
Copy link

@HemaOnGit HemaOnGit commented Feb 16, 2026

Initialize CODEOWNERS file to automate the reviewer assignment process for documentation and example agents.


Note

Low Risk
Repo metadata-only change that affects reviewer assignment but not runtime behavior.

Overview
Adds a .github/CODEOWNERS file to automatically request @Polymarket reviews for all changes, with explicit ownership rules for docs/ and examples/ paths.

Written by Cursor Bugbot for commit 1811e7b. This will update automatically on new commits. Configure here.

Initialize CODEOWNERS file to automate the reviewer assignment process for documentation and example agents.
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

# 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant