Don't commit .rej files (#2194)

This commit is contained in:
Josh Mock
2024-03-27 13:40:50 -05:00
committed by GitHub
parent 1ef318aded
commit 628254df2d

View File

@ -48,3 +48,4 @@ jobs:
commit-message: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
body-path: /tmp/pr_body
draft: '${{ steps.apply-patch.outputs.PR_DRAFT }}'
add-paths: ':!*.rej'