Bust README logo cache - #92
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Code Review ✅ Approved🟢 Low risk Adds a version query parameter to the README logo URL to force GitHub to fetch the repaired image under a new cache key. No issues found.
Review coverageAuto-approval Approved OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Powered by Gitar — free for open source |
The logo PNG itself is fixed, but GitHub's rendered README can keep serving the old proxied/cached image because the image URL did not change. Add a version query to the README image source so GitHub fetches the repaired asset under a new cache key.