From fe94c34355b24e14e5ff77563a34833324397ed0 Mon Sep 17 00:00:00 2001 From: Bob Killen Date: Thu, 19 Jan 2023 16:03:21 -0600 Subject: [PATCH] Fix 2023 GB election bios Elekto errors out with an empty profile. Repeated candidate name. --- elections/steering/2023-GB/candidate-cblecker.md | 2 ++ elections/steering/2023-GB/candidate-justaugustus.md | 2 ++ elections/steering/2023-GB/election.yaml | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/elections/steering/2023-GB/candidate-cblecker.md b/elections/steering/2023-GB/candidate-cblecker.md index ef74f83e8..0903494f6 100644 --- a/elections/steering/2023-GB/candidate-cblecker.md +++ b/elections/steering/2023-GB/candidate-cblecker.md @@ -2,3 +2,5 @@ name: Christoph Blecker ID: cblecker ------------------------------------------------------------- + +name: Christoph Blecker diff --git a/elections/steering/2023-GB/candidate-justaugustus.md b/elections/steering/2023-GB/candidate-justaugustus.md index 92f729cdb..beb5bca9f 100644 --- a/elections/steering/2023-GB/candidate-justaugustus.md +++ b/elections/steering/2023-GB/candidate-justaugustus.md @@ -2,3 +2,5 @@ name: Stephen Augustus ID: justaugustus ------------------------------------------------------------- + +name: Stephen Augustus diff --git a/elections/steering/2023-GB/election.yaml b/elections/steering/2023-GB/election.yaml index 20eab60e9..f3cf7f0ea 100644 --- a/elections/steering/2023-GB/election.yaml +++ b/elections/steering/2023-GB/election.yaml @@ -1,6 +1,6 @@ name: 2023 Kubernetes CNCF Governing Board Election organization: Kubernetes -start_datetime: 2023-01-20 00:00:01 +start_datetime: 2023-01-19 00:00:01 end_datetime: 2022-01-22 11:59:59 no_winners: 1 allow_no_opinion: False @@ -10,4 +10,4 @@ election_officers: - jberkus eligibility: Eligibility is limited to the [current Steering Committee Members](https://github.com/kubernetes/steering/tree/c0e6eafa131bb5918bd24653233568a44439497f#members) exception_description: No exception requests accepted for the GB election. -exception_due: 2023-01-20 00:00:01 +exception_due: 2023-01-19 00:00:01