We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e447b commit 15b9dadCopy full SHA for 15b9dad
.github/workflows/cherryPick.yml
@@ -102,7 +102,12 @@ jobs:
102
- name: Push changes to CP branch
103
run: git push
104
105
+<<<<<<< HEAD
106
- name: Create Pull Request
107
+=======
108
+ - name: Create Pull Request to manually finish CP
109
+ if: fromJSON(steps.cherryPick.outputs.HAS_CONFLICTS)
110
+>>>>>>> cca6daf07a (Merge pull request #21447 from Expensify/Rory-FixBadFromJSON)
111
id: createPullRequest
112
run: |
113
gh pr create \
0 commit comments