Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
saschanaz opened this issue Jun 20, 2023 · 0 comments · Fixed by #40
Closed

Comments

@saschanaz
Copy link
Contributor

saschanaz commented Jun 20, 2023

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.

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 a pull request may close this issue.

1 participant