fix(ci): use raw image url in first-pr-merge message#1038
Merged
saurabhraghuvanshii merged 2 commits intoMay 14, 2026
Conversation
|
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. |
Contributor
There was a problem hiding this comment.
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.
|
9e18d0d to
f2a4b85
Compare
Signed-off-by: yashnagar67 <nitwalababaji@gmail.com>
saurabhraghuvanshii
approved these changes
May 14, 2026
simihablo
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.