Skip to content

The maintainer assignation doesn't happen if there's no relevant code owner at all #39

@saschanaz

Description

@saschanaz

if (!codeowners.users.length) {
console.log("This PR does not have any code-owners")
process.exit(0)
}

But it seems this early return shouldn't happen, it should proceed and assign maintainers, right?

See also microsoft/TypeScript-DOM-lib-generator#1581.

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