-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Create CODEOWNERS #1004
Create CODEOWNERS #1004
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can't easily see why the build is failing - looks like an IE11 issue. I'll look into it later. |
Looks like fails are caused by SameValueZero tests (https://github.com/chaijs/chai/pull/994/files#diff-c7f56e7ef2d6759cc445c937a78f61cfR1725) added in #994. I think we should comment them until we drop IE11. |
😞 We really need to figure out a good way to run saucelabs tests in PRs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rerunning Travis build wasn't good enough; had to rebase to get this passing.
Thanks to the new Code Owners feature we can now automatically require reviews from individual contributors, or a group of contributors.
This change adds a
CODEOWNERS
file to this repo, saying that all files in the repo are owned by @chaijs/chai - which consists of @logicalparadox, @astorije, @keithamus, @shvaikalesh, @lucasfcosta, @vieiralucas and @meeber. With this file, at least one of those maintainers will need to approve every pull request coming into this repo. The team will pinged for every PR.