-
-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ✨ improve icon review workflow #2689
base: main
Are you sure you want to change the base?
Conversation
It should now be 100% correct in finding changed files ↪ This commit was largely generated by AI (Copilot with OpenAI model o1).
Co-authored-by: Copilot <[email protected]> Signed-off-by: Okinea Dev <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just tested it on my fork and it's still not working 🙁 It's still using the SVG from the main branch and not from the fork. I've mentioned this before, but will post it here again, would you please follow the next steps to test this workflow on your end?
- Fork the repo vscode-material-icon-theme
- Copy and paste the changes from this PR to the main branch of the fork
- Create a new branch in the fork (with the changed workflow on main)
- Change some icons
- Commit and push changes
- Create a new PR of this branch in the fork which targets to main in the fork
- Let the workflows run
It's some manual work which can't be done by AI, but it's costing me some time to do it on every review. Please do this on your end to verify your changes, before asking me again for another review.
7918c28
to
7cb05b2
Compare
Description
Contribution Guidelines