tools: Update generate_electorate.py

Those changes were made during the 2023 Spring election cycle, due to
new repos being created under the kata-containers organisation.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-05-02 08:04:27 +02:00
parent 5b72e25510
commit 977e43ad40

View File

@ -81,6 +81,7 @@ end_time = datetime.datetime(2018, 8, 1, 0, 0, 0, tzinfo=pytz.UTC)
number = -1
projects = []
ignored_repos = [
'edk2',
'qemu',
'linux',
'project-infra',
@ -88,6 +89,7 @@ ignored_repos = [
'resolve-pr-refs',
'is-organization-member',
'osbuilder',
'proxy',
'runtime',
'shim',
'packaging',
@ -95,6 +97,11 @@ ignored_repos = [
'documentation',
'agent',
'slash-command-action',
'tests-1',
'kata-containers-github-actions-tests',
'kata-containers-cache-kernel',
'kata-containers-2',
'kata-containers-1',
]
author_cache = {}