https://autofix.ci/ is one option to automatically run autofixes like make lint-fix and make fmt to bring PRs automatically up to shape. It does seem to require a GitHub app which I dislikes because then it can't be used in Gitea. Probably better if we write our own little autofix action, should be quite trivial.
Also security is definitely a concern with such an action, should be vetted carefully.
https://autofix.ci/ is one option to automatically run autofixes like
make lint-fixandmake fmtto bring PRs automatically up to shape. It does seem to require a GitHub app which I dislikes because then it can't be used in Gitea. Probably better if we write our own little autofix action, should be quite trivial.Also security is definitely a concern with such an action, should be vetted carefully.