calibreapp / image-actions

A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
https://calibreapp.com/blog/compress-images-in-prs
GNU General Public License v3.0
1.42k stars 67 forks source link

Is it possible to add support for Gitlab CI? #257

Open smirnoffmv opened 5 months ago

smirnoffmv commented 5 months ago

I would like to add this application to my project, but I use Gitlab to store the project. I understand it, it is possible to use it only in Github Actions? Or am I wrong?

benschwarz commented 5 months ago

@smirnoffmv Yes, this is possible, although I'm not a Gitlab user so I am not well positioned to advise on writing a howto guide.

At a high level, you would likely need to:

If you, or someone else is interested in adding this functionality, I'd happily help to review the necessary changes and help get it merged.