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
|
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 = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user