diff --git a/github/remove_external_collaborators.py b/github/remove_external_collaborators.py index 4d9ef82..588af10 100755 --- a/github/remove_external_collaborators.py +++ b/github/remove_external_collaborators.py @@ -34,7 +34,7 @@ def main(): skip = any([ repo.fork, repo.archived, - repo.name in ['process-models', 'infra-spiff-workflow'], + repo.name in ['process-models', 'infra-spiff-workflow', 'nim-raft', 'nim-eth-verkle'], '-ghsa-' in repo.name, ]) if skip: