-
Notifications
You must be signed in to change notification settings - Fork 116
ncu-team: new tool to sync members of a Github team #164
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
- Coverage 94.5% 93.69% -0.81%
==========================================
Files 16 18 +2
Lines 600 666 +66
==========================================
+ Hits 567 624 +57
- Misses 33 42 +9
Continue to review full report at Codecov.
|
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.
Great! LGTM :)
lib/team_info.js
Outdated
} | ||
|
||
if (blocks.size === 0) { | ||
throw new Error(`Could not find block matching ${RE}`); |
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.
Can we instead log out the comments instead here i guess the regular expression would be kind of daunting to log out to user?
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. Just have a doubt see below
team(slug: $team) { | ||
name, | ||
description, | ||
members(first: 100) { |
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.
Does this limit how many team members we receive?
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.
@cPhost Yeah, I plan to fix that in a later PR
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.
Cool! then :)
No description provided.