Update the list of exceptions

* `infra-lido` is added to the list due to the presence of external collaborators from the Metacraft Labs team.
* `nim-eth-verkle` is removed from the list because the external collaborators are now full-time Status CCs
This commit is contained in:
zah 2024-01-17 10:12:58 +02:00 committed by Jakub
parent 5354a6451b
commit 1db339531e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def main():
skip = any([
repo.fork,
repo.archived,
repo.name in ['process-models', 'infra-spiff-workflow', 'nim-raft', 'nim-eth-verkle'],
repo.name in ['process-models', 'infra-spiff-workflow', 'nim-raft', 'infra-lido'],
'-ghsa-' in repo.name,
])
if skip: