stefanzweifel / git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
MIT License
1.97k stars 226 forks source link

Run git-auto-commit, linter and tests checks on pull requests #173

Closed webignition closed 2 years ago

webignition commented 2 years ago

Update the on-event definitions for the git-auto-commit, linter and tests workflows.

Summary:

stefanzweifel commented 2 years ago

Thanks! Linting currently fails, but that's not a big issue. I assume this is due to the fact, that the PR is coming from a fork and not having the right permissions.

For now, I've reverted the linter to only run on a push event. tests are imho much more important.