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
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This repository is maintained by:
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

Trailing whitespace detected at the end of this line. Remove the space after the colon.

Suggested change
# This repository is maintained by:
# This repository is maintained by:

Copilot uses AI. Check for mistakes.
* @LadyKerr @chrisreddington
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

This CODEOWNERS file syntax is incorrect. GitHub CODEOWNERS files use file patterns followed by owner usernames, not markdown bullet points. The correct format should be a pattern (like * for all files) followed by the owner usernames. For example, to assign all files to these maintainers, use: * @LadyKerr @chrisreddington. The comment on line 1 can remain, but line 2 needs to follow the proper CODEOWNERS syntax to function correctly.

Copilot uses AI. Check for mistakes.