We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e74a31 commit 5d65436Copy full SHA for 5d65436
1 file changed
.github/workflows/automatic-cherry-pick.yaml
@@ -206,10 +206,6 @@ jobs:
206
id: cherry-pick
207
continue-on-error: true
208
run: |
209
- # We use the github-actions bot account for creating the commits. Note that this will not work if the repository requires signed commits.
210
- git config user.name "github-actions[bot]"
211
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
212
-
213
git checkout -b ${{ steps.info.outputs.new_branch }} origin/${{ matrix.branch }}
214
git cherry-pick ${{ needs.process_comment.outputs.commits }}
215
0 commit comments