Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

fix: CODEOWNERS file has invalid syntax #1187

Description

@raiderrobert

The CODEOWNERS file has an owner listed without a file pattern prefix. GitHub requires pattern @owner syntax — without it, the line is silently skipped and no ownership is enforced.

The pattern is followed by one or more GitHub usernames or team names. [...] If any line in your CODEOWNERS file contains invalid syntax, that line will be skipped.

About code owners (GitHub Docs)

Current

# codeowners for commiter verify
# see https://help.github.com/en/articles/about-code-owners

@pantheon-systems/decoupled-kit-maintainers

Suggested fix

# codeowners for commiter verify
# see https://help.github.com/en/articles/about-code-owners

* @pantheon-systems/decoupled-kit-maintainers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions