feat: add Gerry to website (INT-332)#105
Conversation
✅ Deploy Preview for masterpoint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughAdded a new team member profile Markdown file Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@content/team/gerry-laracuente.md`:
- Around line 1-12: Run the formatter and commit the changes so the Prettier
check passes: run `trunk fmt` (or your project's formatting command) on
content/team/gerry-laracuente.md, review the YAML front-matter (fields like
title, designation, linkedin, github, draft, weight, team, image, bio) and the
trailing content ("NO UPDATE"), accept the automated formatting changes and
commit them to the PR so CI succeeds.
- Line 12: Remove the stray template marker text "NO UPDATE" from the team
profile content (the literal string "NO UPDATE" present in the markdown) so it
doesn't render on the published page; simply delete that line or replace it with
the intended profile body text and ensure there are no other leftover template
markers in the file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 751d7689-8afa-49be-aa44-5e74c23feb5f
⛔ Files ignored due to path filters (1)
static/img/team/gerry-laracuente.pngis excluded by!**/*.png
📒 Files selected for processing (1)
content/team/gerry-laracuente.md
| --- | ||
| title: Gerry Laracuente | ||
| designation: Platform Engineer | ||
| linkedin: https://www.linkedin.com/in/grlaracuente | ||
| github: https://github.com/glaracuente | ||
| draft: false | ||
| weight: 7 | ||
| team: true | ||
| image: /img/team/gerry-laracuente.png | ||
| bio: Gerry is a platform engineer from Newark, NJ who recently fulfilled a long-time dream of moving to Puerto Rico. After more than a decade of working with both bare-metal and cloud infrastructure, he's found that his favorite part of this industry is the community. Whether it's helping devs automate away toil or exchanging ideas at DevOps meetups, it's the people that make this career worthwhile. Outside of work, you can catch him spending time with family or being humbled at Jiu Jitsu training. | ||
| --- | ||
| NO UPDATE |
There was a problem hiding this comment.
Prettier check is failing; run formatter before merge.
Static analysis reports formatting failure for this file. Please run trunk fmt so CI passes cleanly.
🧰 Tools
🪛 GitHub Check: Trunk Check
[failure] 1-1: prettier
Incorrect formatting, autoformat by running 'trunk fmt'
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@content/team/gerry-laracuente.md` around lines 1 - 12, Run the formatter and
commit the changes so the Prettier check passes: run `trunk fmt` (or your
project's formatting command) on content/team/gerry-laracuente.md, review the
YAML front-matter (fields like title, designation, linkedin, github, draft,
weight, team, image, bio) and the trailing content ("NO UPDATE"), accept the
automated formatting changes and commit them to the PR so CI succeeds.
| image: /img/team/gerry-laracuente.png | ||
| bio: Gerry is a platform engineer from Newark, NJ who recently fulfilled a long-time dream of moving to Puerto Rico. After more than a decade of working with both bare-metal and cloud infrastructure, he's found that his favorite part of this industry is the community. Whether it's helping devs automate away toil or exchanging ideas at DevOps meetups, it's the people that make this career worthwhile. Outside of work, you can catch him spending time with family or being humbled at Jiu Jitsu training. | ||
| --- | ||
| NO UPDATE |
There was a problem hiding this comment.
Remove template marker text from published profile content.
NO UPDATE at Line 12 will render as page body text on the team profile and looks unintended.
Suggested fix
---
title: Gerry Laracuente
designation: Platform Engineer
linkedin: https://www.linkedin.com/in/grlaracuente
github: https://github.com/glaracuente
draft: false
weight: 7
team: true
image: /img/team/gerry-laracuente.png
bio: Gerry is a platform engineer from Newark, NJ who recently fulfilled a long-time dream of moving to Puerto Rico. After more than a decade of working with both bare-metal and cloud infrastructure, he's found that his favorite part of this industry is the community. Whether it's helping devs automate away toil or exchanging ideas at DevOps meetups, it's the people that make this career worthwhile. Outside of work, you can catch him spending time with family or being humbled at Jiu Jitsu training.
---
-NO UPDATE📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| NO UPDATE | |
| --- | |
| title: Gerry Laracuente | |
| designation: Platform Engineer | |
| linkedin: https://www.linkedin.com/in/grlaracuente | |
| github: https://github.com/glaracuente | |
| draft: false | |
| weight: 7 | |
| team: true | |
| image: /img/team/gerry-laracuente.png | |
| bio: Gerry is a platform engineer from Newark, NJ who recently fulfilled a long-time dream of moving to Puerto Rico. After more than a decade of working with both bare-metal and cloud infrastructure, he's found that his favorite part of this industry is the community. Whether it's helping devs automate away toil or exchanging ideas at DevOps meetups, it's the people that make this career worthwhile. Outside of work, you can catch him spending time with family or being humbled at Jiu Jitsu training. | |
| --- |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@content/team/gerry-laracuente.md` at line 12, Remove the stray template
marker text "NO UPDATE" from the team profile content (the literal string "NO
UPDATE" present in the markdown) so it doesn't render on the published page;
simply delete that line or replace it with the intended profile body text and
ensure there are no other leftover template markers in the file.
|
Can you run the |
It's failing on my laptop when trying to format my png image, due to |
|
I had a 1-1 with @oycyc and he explained that we use |

what
why
weightof 7 instead 5 to leave room for Robin who joined before me =]references
Summary by CodeRabbit