Exclude two repositories where we have external contributors
This commit is contained in:
parent
3d4634b806
commit
869c472a9b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue