Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only parse commit messages during git node backport analysis (#651)
Previously we parse the entire commit, including the diff, which can result in ENOBUFS errors. Adding `-s` option to the `git show` command would eliminate the commit body in the output, which we don't need, so the error can be less likely to happen during commit message analysis.
- Loading branch information