Don't commit .rej files (#2194)
This commit is contained in:
1
.github/workflows/serverless-patch.yml
vendored
1
.github/workflows/serverless-patch.yml
vendored
@ -48,3 +48,4 @@ jobs:
|
|||||||
commit-message: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
|
commit-message: 'Apply patch from elastic/elasticsearch-js#${{ github.event.pull_request.number }}'
|
||||||
body-path: /tmp/pr_body
|
body-path: /tmp/pr_body
|
||||||
draft: '${{ steps.apply-patch.outputs.PR_DRAFT }}'
|
draft: '${{ steps.apply-patch.outputs.PR_DRAFT }}'
|
||||||
|
add-paths: ':!*.rej'
|
||||||
|
|||||||
Reference in New Issue
Block a user