forked from coala/gci-leaders
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scrape.js: Detect if GCI name is GitHub username
This detects when a student's GCI display name is their GitHub username. To ensure we don't get the wrong account, this will first verify that the user has been active since the start of GCI. If they have, we then check if the user has created an issue or PR to the organization's GitHub org. If so, we consider them the correct user. Closes coala#32
- Loading branch information
Showing
2 changed files
with
97 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters