Skip to content

Commit 5d65436

Browse files
authored
Update automatic-cherry-pick.yaml
1 parent 8e74a31 commit 5d65436

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/automatic-cherry-pick.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ jobs:
206206
id: cherry-pick
207207
continue-on-error: true
208208
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-
213209
git checkout -b ${{ steps.info.outputs.new_branch }} origin/${{ matrix.branch }}
214210
git cherry-pick ${{ needs.process_comment.outputs.commits }}
215211

0 commit comments

Comments
 (0)