Add "Scheduled Optimization Pull Requests" example
Closed this issue · 0 comments
ericcornelissen commented
Documentation
Description
Add a new example to the SVGO Action Examples documentation for how to setup a workflow that creates a Pull Request with optimizations on a regular schedule. A possible Action to use for creating the Pull Request(+commit) is peter-evans/create-pull-request.
Progress
- Add to the examples for v2 (#545)
- Make sure to use a version of the Action that is compatible with v2 from a Node.js runtime perspective, see also #516)
- Add to the examples for v3 (#544)