diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2023-01-19 15:34:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-19 15:34:15 -0800 |
| commit | d78fbdc3e04da54ac938755dd78972593403d8cf (patch) | |
| tree | d68529456ef663a9577c9c168b19e5e99e5f8775 | |
| parent | 55c2788caa675170abcc803cbb77c5c58b2cf5cd (diff) | |
| parent | fa1f3653f0e3ff0588c88de2bf8f5fc43d187218 (diff) | |
Merge pull request #7055 from jberkus/steergb
Fix election end date
| -rw-r--r-- | elections/steering/2023-GB/election.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elections/steering/2023-GB/election.yaml b/elections/steering/2023-GB/election.yaml index f3cf7f0e..0db85456 100644 --- a/elections/steering/2023-GB/election.yaml +++ b/elections/steering/2023-GB/election.yaml @@ -1,7 +1,7 @@ name: 2023 Kubernetes CNCF Governing Board Election organization: Kubernetes start_datetime: 2023-01-19 00:00:01 -end_datetime: 2022-01-22 11:59:59 +end_datetime: 2023-01-22 11:59:59 no_winners: 1 allow_no_opinion: False delete_after: True |
