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 number = -1
projects = [] projects = []
ignored_repos = [ ignored_repos = [
'edk2',
'qemu', 'qemu',
'linux', 'linux',
'project-infra', 'project-infra',
@ -88,6 +89,7 @@ ignored_repos = [
'resolve-pr-refs', 'resolve-pr-refs',
'is-organization-member', 'is-organization-member',
'osbuilder', 'osbuilder',
'proxy',
'runtime', 'runtime',
'shim', 'shim',
'packaging', 'packaging',
@ -95,6 +97,11 @@ ignored_repos = [
'documentation', 'documentation',
'agent', 'agent',
'slash-command-action', 'slash-command-action',
'tests-1',
'kata-containers-github-actions-tests',
'kata-containers-cache-kernel',
'kata-containers-2',
'kata-containers-1',
] ]
author_cache = {} author_cache = {}