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

fix(owners): path shouldn't start with . #275

Merged
merged 1 commit into from
Aug 9, 2020

Conversation

mmarchini
Copy link
Contributor

No description provided.

@mmarchini
Copy link
Contributor Author

cc @nodejs/github-bot

const { parse } = require('codeowners-utils')
// NOTE(mmarchini): `codeowners-utils` doesn't respect ./ prefix,
// so we use micromatch
const micromatch = require('micromatch')
Copy link
Member

Choose a reason for hiding this comment

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

This can be uninstalled now, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, forgot to uninstall before committing. Will do it before landing

Copy link
Member

@phillipj phillipj left a comment

Choose a reason for hiding this comment

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

Other than comment about micromatch dep, this LGTM

@mmarchini mmarchini force-pushed the fix-codeowners-path branch from 8b33a97 to 1999f82 Compare August 9, 2020 21:06
@mmarchini mmarchini merged commit 06b4031 into nodejs:master Aug 9, 2020
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 this pull request may close these issues.

2 participants