You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running this action on pull requests, right after grabbing the commits themselves using the get-pr-commits action. However, after reaching a certain number of commits (around 30), the action starts failing due to the excessive number of arguments:
Run tim-actions/commit-message-checker-with-regex@v0.3.1
Error: An error occurred trying to start process '/home/runner/runners/2.294.0/externals/node12/bin/node' with working directory '/home/runner/work/my-repo/my-repo'. Argument list too long
I'll be the first to admit that we should have smaller PRs... but at the same time, I'd expect the job not to fail. Maybe we can add an option to read the commit messages from a file rather than stdin?
The text was updated successfully, but these errors were encountered:
I'm running this action on pull requests, right after grabbing the commits themselves using the get-pr-commits action. However, after reaching a certain number of commits (around 30), the action starts failing due to the excessive number of arguments:
I'll be the first to admit that we should have smaller PRs... but at the same time, I'd expect the job not to fail. Maybe we can add an option to read the commit messages from a file rather than stdin?
The text was updated successfully, but these errors were encountered: