mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-26 03:29:02 +00:00
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:
parent
5b72e25510
commit
977e43ad40
@ -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 = {}
|
||||
|
Loading…
Reference in New Issue
Block a user