Profile README repository is recognized but not rendered on the user profile #204570
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Hi @130U — this usually comes down to one of these checks:
|
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Profile
Body
Summary
The public profile repository
130U/130Uis recognized by GitHub as a user configuration repository, and its README renders correctly on the repository page. However, the README is not displayed on the public profile atgithub.com/130U.Expected behavior
According to GitHub's documentation, a non-empty root
README.mdin a public repository whose name matches the username should automatically appear on the user's profile:https://docs.github.com/en/account-and-profile/how-tos/profile-customization/managing-your-profile-readme
Actual behavior
The repository README renders normally at:
https://github.com/130U/130U
However, the public profile does not contain the Profile README section. This affects the entire README, including its ordinary Markdown headings and text, so it does not appear to be an SVG or image-rendering problem.
Current repository state
130U/130UmainREADME.mdmaincommit:3cd9c284320e4d430863ead9309e04ad0855dd09isUserConfigurationRepository: trueA “Share to profile” button is not available. As I understand the documentation, that button is intended for matching public repositories created before July 2020; newer repositories should be activated automatically.
Troubleshooting already attempted
The following actions were tried without changing the result:
main.The latest related workflow also completed successfully:
https://github.com/130U/130U/actions/runs/31418756815
Additional observation
Immediately after creation, the repository's reported
diskUsageremained at0. It later recovered to42, but the Profile README still was not activated. This may indicate that repository indexing recovered while the profile activation/index record did not.Question
Could GitHub staff or someone familiar with this system confirm whether the Profile README activation/index record for
130U/130Ucan be inspected or reindexed?Is there another account- or repository-level condition that is not exposed in the documented prerequisites?
Thank you.
All reactions