File tree Expand file tree Collapse file tree
.github/scripts/lib/eligibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 * @param {string } params.username - GitHub username to check
2626 * @returns {Promise<boolean> } Whether the contributor may be assigned a GFI
2727 */
28- const { isTeam } = require ( '..team/is -team' ) ;
28+ const { isTeam } = require ( '../ team/has -team' ) ;
2929const { isOnSpamList } = require ( '../counts/is-on-spam-list' ) ;
3030const { countOpenAssignedIssues } = require ( '../counts/count-open-assigned-issues' ) ;
3131
Original file line number Diff line number Diff line change 2929 * @param {string } params.username - GitHub username to check
3030 * @returns {Promise<boolean> } Whether the contributor may be assigned a Beginner issue
3131 */
32- const { isTeam } = require ( './is -team' ) ;
32+ const { isTeam } = require ( '../team/has -team' ) ;
3333const { isOnSpamList } = require ( '../counts/is-on-spam-list' ) ;
34- const { hasCompletedGfi } = require ( '..counts/has-completed-n-01-gfi' ) ;
34+ const { hasCompletedGfi } = require ( '../ counts/has-completed-n-01-gfi' ) ;
3535const { countOpenAssignedIssues } = require ( '../counts/count-open-assigned-issues' ) ;
3636
3737/**
Original file line number Diff line number Diff line change 3030 * @param {string } params.username - GitHub username to check
3131 * @returns {Promise<boolean> } Whether the contributor may be assigned an Intermediate issue
3232 */
33- const { isTeam } = require ( './is -team' ) ;
33+ const { isTeam } = require ( '../team/has -team' ) ;
3434const { isOnSpamList } = require ( '../counts/is-on-spam-list' ) ;
3535const { hasCompletedGfi } = require ( '../counts/has-completed-n-01-gfi' ) ;
3636const { hasCompletedBeginner } = require ( '../counts/has-completed-n-02-beginner' ) ;
Original file line number Diff line number Diff line change 3030 * @param {string } params.username - GitHub username to check
3131 * @returns {Promise<boolean> } Whether the contributor may be assigned an Advanced issue
3232 */
33- const { isCommitter } = require ( '..team/has-team-committer-maintainer' ) ;
33+ const { isCommitter } = require ( '../ team/has-team-committer-maintainer' ) ;
3434const { isOnSpamList } = require ( '../counts/is-on-spam-list' ) ;
3535const { hasCompletedIntermediate } = require ( '../counts/has-completed-n-03-intermediate' ) ;
3636const { countOpenAssignedIssues } = require ( '../counts/count-open-assigned-issues' ) ;
You can’t perform that action at this time.
0 commit comments