From cbdea8ba3fca9a663778af71f8df5965aeb6c090 Mon Sep 17 00:00:00 2001 From: Connor Edwards <38229097+cedws@users.noreply.github.com> Date: Sat, 23 Sep 2023 19:02:02 +0100 Subject: [PATCH] Add Connor Edwards to signal boost (#721) --- dhall/signalboost.dhall | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index a45f43240..46adcd237 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -203,4 +203,25 @@ in [ Person::{ , Link::{ url = "https://debugpointer.com", title = "Website" } ] } + , Person::{ + , name = "Connor Edwards" + , tags = + [ "golang" + , "javascript" + , "python" + , "kubernetes" + , "devops" + , "sysadmin" + , "google-cloud" + , "aws" + , "terraform" + , "pulumi" + , "ansible" + , "puppet" + ] + , links = + [ Link::{ url = "https://github.com/cedws", title = "GitHub" } + , Link::{ url = "https://cedwards.xyz", title = "Website" } + ] + } ]