Skip to content

Fix .github/CODEOWNERS #65

@vanbroup

Description

@vanbroup

The .github/CODEOWNERS file is valid but pull requests are not assigned to the right owners.

This snipped was supposed to assign pull requests for all file/directory names matching the pattern to be assigned to the corresponding chairs, however everything is assigned to the forum chairs and infrastructure wg.

# Server Certificate Working Group (SCWG)

/content/**server-certificate**      @cabforum/servercert-chairs
/content/**scwg**                    @cabforum/servercert-chairs
/content/**sc-**                     @cabforum/servercert-chairs

I think the problem is caused by including a double wildcard twice in one line. So we might need to create a separate entry for files and directories, something that we would ideally prevent as it would create six matching entries per working group.

See also: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions