[FEATURE REQUEST] Make a bot/worflow which responds with a preview of .eps files if they exist in a PR
#1.453 aberto em 12 de out. de 2022
Métricas do repositório
- Stars
- (11.625 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
I have searched through the issues and didn't find my problem.
- Confirm
Problem
There are quite a few PRs that include .eps files with the original unedited icons in it. It would be nice if it was possible to see a preview of it without opening it up locally.
Possible Solution
Maybe we could make a github bot/workflow which opens the file and takes a screenshot of the content, then posts it as a comment? We should be able to reuse the code from our peek-bot for the image upload and commenting part, so the hardest issue to figure out would be how to open up the file and screenshot the content
Additional information
I'm not sure how hard this is to implement, but it would be very valuable for us maintainers. Currently we either have to spend quote some time opening up and reviewing the .eps file, or just trusting it looks fine and accept the PR. So a preview would make the PR review process quicker and more robust.