Closed olimorris closed 2 months ago
I made a change yesterday that enables the usage of the fully qualified avatar url provided as part of the sponsorship entity object in the GitHub API for the default template. The avatars will still continue to display as you expect as the browser knows how to decode them, you can see what it looks like here: https://github.com/olimorris/codecompanion.nvim/tree/create-pull-request/patch - all of the fields you can populate in a template are encoded as a safety measure to prevent malformed content from automatically making their way into your project files.
This change was made to more gracefully enable the include-private
feature as it allows the action to set a default avatar for private sponsors.
Got it. Thanks so much
Describe the bug
Last night, I noticed that this action starts generating incorrect URLs.
Previously, I would see output in my README like:
But as of last night, I see:
Reproduction Steps
This arises from an action which I have running at 9pm every night
Logs
No response
Workflow
Additional Comments
I note that it was working fine the previous night. A link to the PR it created for me.