We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533b332 commit ac071d1Copy full SHA for ac071d1
1 file changed
.github/workflows/backport_receive.yml
@@ -15,7 +15,7 @@ jobs:
15
ref: 'dev'
16
- name: Apply patch
17
run: |
18
- curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --index
+ curl -L ${{ github.event.client_payload.patch_url }} | git apply -v --reject --intent-to-add
19
- name: Create Pull Request
20
uses: peter-evans/create-pull-request@v5
21
with:
0 commit comments