From bede996c3642525923ea6ca6dfb956fea5701b5d Mon Sep 17 00:00:00 2001 From: Maribell Morales Date: Thu, 30 Oct 2025 14:01:38 -0700 Subject: [PATCH] Add Maribell to List of Humans (#35016) Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> --- handbook/company/go-to-market-groups.md | 2 +- handbook/sales/README.md | 2 +- website/api/controllers/webhooks/receive-from-github.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/handbook/company/go-to-market-groups.md b/handbook/company/go-to-market-groups.md index c32d162d68..09afcb31a4 100644 --- a/handbook/company/go-to-market-groups.md +++ b/handbook/company/go-to-market-groups.md @@ -29,7 +29,7 @@ The goal of the 🦄 Unicorns group is to provide the best possible customer exp | Revenue DRI | [Alex Mitchell](https://www.linkedin.com/in/alexandercmitchell/) _([@alexmitchelliii](https://github.com/alexmitchelliii))_ | Solutions Consultant (SC) | [Allen Houchins](https://www.linkedin.com/in/allenhouchins/) _([@allenhouchins](https://github.com/allenhouchins))_
[Harrison Ravazzolo](https://www.linkedin.com/in/harrison-ravazzolo/) _([@harrisonravazzolo](https://github.com/harrisonravazzolo))_
[Mitch Francese](https://www.linkedin.com/in/mitchell-francese/) _([@tux234](https://github.com/tux234))_ | Account Executive (AE) | [Patricia Ambrus](https://www.linkedin.com/in/pambrus/) _([@ambrusps](https://github.com/ambrusps))_
[Anthony Snyder](https://www.linkedin.com/in/anthonysnyder8/) _([@anthonysnyder8](https://github.com/AnthonySnyder8))_
[Paul Tardif](https://www.linkedin.com/in/paul-t-750833/) _([@phtardif1](https://github.com/phtardif1))_
[Tom Ostertag](https://www.linkedin.com/in/tom-ostertag-77212791/) _([@tomostertag](https://github.com/TomOstertag))_
[Connor Hughes](https://www.linkedin.com/in/connor-hughes444/)_([@MunkiMind](https://github.com/MunkiMind))_
[Kevin Malkin](https://www.linkedin.com/in/kevin-malkin-04247120/) _([@kevinmalkin12](https://github.com/kevinmalkin12))_
[Eric Swenson](https://www.linkedin.com/in/eswenson1/) _([@ericswenson0](https://github.com/ericswenson0))_
[Nick Blee](https://www.linkedin.com/in/nickablee/) _([@NickBlee](https://github.com/NickBlee))_ -| Solutions Specialist | [Thomas Salomon](https://www.linkedin.com/in/Seedity/) _([@Seedity](https://github.com/Seedity))_
[Andrea Pepper](https://www.linkedin.com/in/lppepper/) _([@lppepper2](https://github.com/lppepper2))_ +| Solutions Specialist | [Thomas Salomon](https://www.linkedin.com/in/Seedity/) _([@Seedity](https://github.com/Seedity))_
[Andrea Pepper](https://www.linkedin.com/in/lppepper/) _([@lppepper2](https://github.com/lppepper2))_
[Maribell Morales](https://www.linkedin.com/in/maribell-morales-056647139/) _([@maribell-fleetdm](https://github.com/maribell-fleetdm))_ | Pipeline DRI | [Mike McNeil](https://www.linkedin.com/in/mikermcneil) _([@mikermcneil](https://github.com/mikermcneil))_ | Customer Success DRI | [Zay Hanlon](https://www.linkedin.com/in/zayhanlon/) _([@zayhanlon](https://github.com/zayhanlon))_ | Customer Success Manager (CSM) | [Jason Lewis](https://www.linkedin.com/in/jlewis0451/) _([@patagonia121](https://github.com/patagonia121))_
[Michael Pinto](https://www.linkedin.com/in/michael-pinto-a06b4515a/) _([@pintomi1989](https://github.com/pintomi1989)_)
[Joshua Roskos](https://www.linkedin.com/in/jroskos/) _([@kc9wwh](https://github.com/kc9wwh))_
[Raiven Williams](https://www.linkedin.com/in/raivenwilliams/) _([@bettapizza](https://github.com/bettapizza))_ diff --git a/handbook/sales/README.md b/handbook/sales/README.md index cba7f66538..28cc40d581 100644 --- a/handbook/sales/README.md +++ b/handbook/sales/README.md @@ -11,6 +11,7 @@ This handbook page details processes specific to working [with](#contact-us) and | Channel Manager, North America | [Eric Comeau](https://www.linkedin.com/in/escomeau/) _([@escomeau](https://github.com/escomeau))_ | VP of Security Solutions | [Dhruv Majumdar](https://www.linkedin.com/in/neondhruv/) _([@karmine05](https://github.com/karmine05))_ | Account Executive (AE) | _See [🦄 Go-To-Market groups](https://fleetdm.com/handbook/company/go-to-market-groups#current-gtm-groups) +| Solutions Specialist | _See [🦄 Go-To-Market groups](https://fleetdm.com/handbook/company/go-to-market-groups#current-gtm-groups) ## Contact us @@ -151,7 +152,6 @@ The following stubs are included only to make links backward compatible. ##### Fleet Free ##### Emergency (P0) request communications Please see [handbook/company/communications#customer-support-service-level-agreements-slas](https://fleetdm.com/handbook/company/communications#customer-support-service-level-agreements-slas) for all sections above. - ##### Submit a customer contract for legal review ##### Standard terms ##### Non-standard NDAs diff --git a/website/api/controllers/webhooks/receive-from-github.js b/website/api/controllers/webhooks/receive-from-github.js index 7a5fde0e2e..21e7ccc9f7 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -116,6 +116,7 @@ module.exports = { 'Seedity', 'NickBlee', 'GrayW', + 'maribell-fleetdm', ]; let GREEN_LABEL_COLOR = 'C2E0C6';// « Used in multiple places below. (FUTURE: Use the "+" prefix for this instead of color. 2022-05-05)