Skip to content

feat: add images composite action for image optimization#46

Merged
imnhatnguyen merged 6 commits intomainfrom
feature/images-composite-action-14515789793521954529
Mar 28, 2026
Merged

feat: add images composite action for image optimization#46
imnhatnguyen merged 6 commits intomainfrom
feature/images-composite-action-14515789793521954529

Conversation

@torn4dom4n
Copy link
Copy Markdown
Member

This PR adds a new composite action images to optimize SVGs, PNGs, JPEGs, and GIFs in the repository. It uses common system tools (OptiPNG, Jpegoptim, Gifsicle) and npx svgo, and integrates with autofix.ci for automatic commits of optimized images.

Key changes:

  • Created images/action.yml with the optimization logic.
  • Created images/README.md for documentation.
  • Updated root README.md and AGENTS.md.
  • Added a test workflow in .github/workflows/test-images.yml.

PR created automatically by Jules for task 14515789793521954529 started by @torn4dom4n

- Create images/ directory with action.yml and README.md.
- Implement image optimization for SVGs (SVGO), PNGs (OptiPNG), JPEGs (Jpegoptim), and GIFs (Gifsicle).
- Integrate with autofix.ci for automatic commits of optimized images.
- Update root README.md and AGENTS.md to include the new action.
- Add .github/workflows/test-images.yml for integration testing.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

autofix-ci Bot and others added 5 commits March 27, 2026 21:27
- Create `images/` directory with `action.yml` and `README.md`.
- Implement image optimization for SVGs (SVGO), PNGs (OptiPNG), JPEGs (Jpegoptim), and GIFs (Gifsicle).
- Integrate with `autofix.ci` for automatic commits of optimized images.
- Update root `README.md` and `AGENTS.md` to include the new action.
- Add `.github/workflows/test-images.yml` for integration testing.
- Run `npm run format` to ensure all files comply with project styling.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@imnhatnguyen imnhatnguyen merged commit e7b3b5d into main Mar 28, 2026
8 checks passed
@imnhatnguyen imnhatnguyen deleted the feature/images-composite-action-14515789793521954529 branch March 28, 2026 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants