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([
|
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:
|
||||||
|
|
Loading…
Reference in New Issue