8000
Skip to content

Update companies-data.yaml#122

Open
Shiv716 wants to merge 3 commits intomainfrom
Shiv716-patch-2
Open

Update companies-data.yaml#122
Shiv716 wants to merge 3 commits intomainfrom
Shiv716-patch-2

Conversation

@Shiv716
Copy link
Copy Markdown
Contributor
@Shiv716 Shiv716 commented Mar 11, 2026

Adding a new company for - Bridge Investment Intelligence

Summary by CodeRabbit

  • New Features
    • Added Bridge to the Member Companies list, making it newly available in the member directory. It appears at the top of the companies listing and includes its website and logo.

Adding a new company for - Bridge Investment Intelligence
@vercel
Copy link
Copy Markdown
vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
unicorn-mafia Ready Ready Preview, Comment Mar 11, 2026 0:03am

Request Review

@Fergus-MW
Copy link
Copy Markdown
Contributor

Checks failing, pls fix

@Fergus-MW
Copy link
Copy Markdown
Contributor

Yaml file not formatted correctly

@Shiv716
Copy link
Copy Markdown
Contributor Author
Shiv716 commented Mar 11, 2026

Seems to be from previous deployment. Can fix although someone's push, is that ok?

Made format fixes
@coderabbitai
Copy link
Copy Markdown
coderabbitai bot commented Mar 11, 2026
📝 Walkthrough

Walkthrough

A new company entry "Bridge" is added to the Member Companies list in the companies data file, including its website URL and logo URL. No structural or behavioral changes are introduced.

Changes

Cohort / File(s) Summary
Company Data Addition
public/companies-data.yaml
Added new member company "Bridge" with website URL and logo URL at the beginning of the companies array.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A new friend hops into the ring,
Bridge comes forth, oh what a thing!
With logo gleaming, URL so bright,
The companies list shines ever more light! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is generic and vague, using 'Update companies-data.yaml' which doesn't convey the specific meaningful change—adding a new company entry for Bridge. Use a more descriptive title like 'Add Bridge Investment Intelligence company entry' that clearly indicates the primary change being made.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Shiv716-patch-2

Comment @coderabbitai help to get the list of available commands and usage tips.

@Shiv716
Copy link
Copy Markdown
Contributor Author
Shiv716 commented Mar 11, 2026

@Fergus-MW Fixes made

Copy link
Copy Markdown
@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@public/companies-data.yaml`:
- Around line 5-7: The Bridge entry uses a logo_url pointing to a contributor's
GitHub branch; move the image into this repository's public/companies/ directory
(e.g., add the file public/companies/bridge-logo.png) or replace the URL with a
stable company-controlled asset, then update the Bridge YAML entry's logo_url
field to the new path (the same "Bridge" record where website_url is set) so the
card no longer depends on a mutable personal branch.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7e2da4af-bd79-47cf-98f0-42090541e329

📥 Commits

Reviewing files that changed from the base of the PR and between 2c29a0a and 7da9421.

📒 Files selected for processing (1)
  • public/companies-data.yaml

Adding the logo in the home repo
@Shiv716
Copy link
Copy Markdown
Contributor Author
Shiv716 commented Mar 11, 2026

Please approve the PR 124 for logo update for this to become functional

Copy link
Copy Markdown
@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@public/companies-data.yaml`:
- Around line 5-7: The companies-data.yaml entry for the company "Bridge"
references logo_url "/companies/bridge-logo.png" but the referenced image is
missing; either add the actual logo file named "bridge-logo.png" to the public
companies assets directory and commit it, or update the logo_url field in
companies-data.yaml to point to an existing image filename; ensure the filename
matches exactly (including case) and that the asset is checked into the repo so
the reference resolves at runtime.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 88700cb6-c195-40af-b0f6-0dcea05ce2d7

📥 Commits

Reviewing files that changed from the base of the PR and between 7da9421 and 913b8f2.

📒 Files selected for processing (1)
  • public/companies-data.yaml

Comment on lines +5 to +7
- name: "Bridge"
website_url: "https://www.bridgeii.com"
logo_url: "/companies/bridge-logo.png"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the bridge logo file exists in public/companies/

# Check if the logo file exists
fd -t f 'bridge-logo.png' public/

# Also check what files are in public/companies/ directory
echo "--- Files in public/companies/ ---"
fd -t f . public/companies/ 2>/dev/null || echo "Directory not found or empty"

Repository: unicorn-mafia/unicorn-mafia

Length of output: 1197


Logo file is missing from the repository. The logo_url references /companies/bridge-logo.png, but this file does not exist in public/companies/. The entry must include the actual logo file before this can be merged.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/companies-data.yaml` around lines 5 - 7, The companies-data.yaml entry
for the company "Bridge" references logo_url "/companies/bridge-logo.png" but
the referenced image is missing; either add the actual logo file named
"bridge-logo.png" to the public companies assets directory and commit it, or
update the logo_url field in companies-data.yaml to point to an existing image
filename; ensure the filename matches exactly (including case) and that the
asset is checked into the repo so the reference resolves at runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0