Exclude two repositories where we have external contributors

This commit is contained in:
zah 2023-09-19 13:10:46 +03:00 committed by Jakub
parent 3d4634b806
commit 869c472a9b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def main():
skip = any([ skip = any([
repo.fork, repo.fork,
repo.archived, 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, '-ghsa-' in repo.name,
]) ])
if skip: if skip: