diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-10-05 12:18:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 12:18:58 -0700 |
| commit | 1640cff51f6c129077e57e6b334a097429995afb (patch) | |
| tree | 248c276d64c3b4db2c0bf624a74816a11daec3ee | |
| parent | dd496b59b7d0314a7d12cba2af2042c334de5972 (diff) | |
| parent | 5b3da6d280ca1e8944548b6c25b056dc6d68d175 (diff) | |
Merge pull request #6114 from jberkus/profilefix
Remove @ in candidate profiles, apparently causing a parse error.
| -rw-r--r-- | events/elections/2021/candidate-LachlanEvenson.md | 2 | ||||
| -rw-r--r-- | events/elections/2021/nomination-template.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/events/elections/2021/candidate-LachlanEvenson.md b/events/elections/2021/candidate-LachlanEvenson.md index 47e5b0ee..8d0b966b 100644 --- a/events/elections/2021/candidate-LachlanEvenson.md +++ b/events/elections/2021/candidate-LachlanEvenson.md @@ -1,6 +1,6 @@ ------------------------------------------------------------- name: Lachlan Evenson -ID: @lachie83 +ID: lachie83 info: - employer: Microsoft - slack: @lachie83 diff --git a/events/elections/2021/nomination-template.md b/events/elections/2021/nomination-template.md index e3de4cf7..50f3d86c 100644 --- a/events/elections/2021/nomination-template.md +++ b/events/elections/2021/nomination-template.md @@ -1,6 +1,6 @@ ------------------------------------------------------------- name: -ID: @GitHubID +ID: GitHubID info: - employer: Your Employer or "Independent" - slack: slack handle |
