davidism / gha-update

Update GitHub Actions version pins in GitHub workflow files.
https://gha-update.readthedocs.io
MIT License
26 stars 2 forks source link

Add option to use as a GH Action #2

Closed Secrus closed 2 months ago

Secrus commented 3 months ago

The project seems great. It would be nice to be able to use it as an action directly, instead of setting it up manually, especially when managing multiple repositories.

davidism commented 3 months ago

The motivation for this script is to remove scheduled PRs. It's still possible to run this directly and then use something like https://github.com/stefanzweifel/git-auto-commit-action to commit and push any changes. There are actions for creating PRs instead of direct pushes as well. I don't think it's worth me learning how to implement and maintain an action just to re-implement those.