github/add_to_private: replace contains usage

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-11 19:48:43 +02:00
parent d6408e14f8
commit 3d4634b806
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def main():
repo.archived, repo.archived,
not repo.private, not repo.private,
repo.name.endswith('-pass'), repo.name.endswith('-pass'),
repo.name.contains('-ghsa-'), '-ghsa-' in repo.name,
]) ])
if skip: if skip:
continue continue