Skip to content

Commit

Permalink
added jveejay to excluded contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Oct 5, 2023
1 parent 52906d3 commit 567d0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contributors/update_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

CONTRIBUTORS_FILE = '.all-contributorsrc'

EXCLUDED_USERS = {'web-flow', 'github-actions[bot]', 'mrdragonbear'}
EXCLUDED_USERS = {'web-flow', 'github-actions[bot]', 'mrdragonbear', 'jveejay'}

OWNER = "harvard-edge"
REPO = "cs249r_book"
Expand Down Expand Up @@ -68,7 +68,7 @@ def main(_):
existing_contributor_logins.append(existing_contributor['login'])
existing_contributor_logins_set = set(existing_contributor_logins)
print('Existing contributors: ', existing_contributor_logins_set)

existing_contributor_logins_set -= EXCLUDED_USERS
# All contributors in the file should be in the API
assert existing_contributor_logins_set.issubset(
users_from_api), 'All contributors in the .all-contributorsrc file should be pulled using the API'
Expand Down

0 comments on commit 567d0bb

Please sign in to comment.