Skip to content

fix(ci): use raw image url in first-pr-merge message#1038

Merged
saurabhraghuvanshii merged 2 commits into
layer5io:masterfrom
yashnagar67:fix-welcome-image
May 14, 2026
Merged

fix(ci): use raw image url in first-pr-merge message#1038
saurabhraghuvanshii merged 2 commits into
layer5io:masterfrom
yashnagar67:fix-welcome-image

Conversation

@yashnagar67
Copy link
Copy Markdown
Contributor

This PR fixes #1036

This PR fixes the broken image link in the firstPRMergeComment welcome message.

Previously, the markdown was using the GitHub /blob/ URL, which points to a webpage rather than the actual image file, causing the image to fail to load. I updated the URL to use /raw/ so the bot correctly renders the celebration image for first-time contributors.

@welcome
Copy link
Copy Markdown

welcome Bot commented May 14, 2026

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the image URL in the GitHub configuration file to use a raw link format. The reviewer suggested using the canonical raw.githubusercontent.com domain instead of the current redirect-based URL to follow standard practices for referencing raw assets and avoid unnecessary redirects.

Comment thread .github/config.yml Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 14, 2026

PR Preview Action v1.6.3
Preview removed because the pull request was closed.
2026-05-14 18:46 UTC

Signed-off-by: yashnagar67 <nitwalababaji@gmail.com>
@saurabhraghuvanshii saurabhraghuvanshii merged commit 5f78e49 into layer5io:master May 14, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Fix broken image in first-time contributor message

3 participants