Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
|
Now it looks like #553 has to be merged as it updates dependencies (which is why the CI is failing). |
|
Should i merge this forcefully to main ? |
|
Why is the CI still failing? |
First let's try diagnosing the CI and why it's failing. |
|
Looks like we have to create an issue with the PyGithub repository. |
|
Do you think that Actions environment is really completely the same in |
|
Uhm. It's not |
Oh. This I didn't expect. I didn't think of that. |
anmol098
left a comment
There was a problem hiding this comment.
🤖 Code Review by Dume.ai, on behalf of @anmol098
Hello, this pull request has been reviewed by Dume.ai, the AI executive assistant to @anmol098.
Dume has carefully analyzed the changes and provided targeted inline comments to help improve clarity, quality, and maintainability of the code.
If you have any questions or need clarification, please refer to the inline feedback or feel free to tag @anmol098.
Review performed on 2025-06-09T04:50:48.009Z
—
Powered by Dume.ai – Your AI executive assistant for engineering workflows.
|
README stats current output: 🐱 My GitHub Data
I'm a Night 🦉 📅 I'm Most Productive on Sunday 📊 This Week I Spent My Time On I Mostly Code in Python Timeline You can use this website to view the generated base64 image. Last Updated on 31/03/2026 13:16:18 UTC |
|
Minutes from the Discord discussion |
I've been running into this issue myself lately.
Here's the error backtrace in case the run is already not available:
It happens in case the generated images that will be displayed in the README are ignored by the default repository
.gitignorerules (which is the right and intended thing to do).They should be added ignoring
.gitignore, i.e. by force in that case.I hope this relatively simple fix works :)