Skip to content

Commit

Permalink
add user email (#6249)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored Aug 20, 2024
1 parent ed27af4 commit dd11f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
with:
branch: ${{ steps.branch.outputs.branch }}
token: ${{ secrets.NGINX_PAT }}
author: ${{ github.event.pull_request.user.login }}
author: ${{ github.event.pull_request.user.login }} <${{ github.event.pull_request.user.email }}>
title: "[cherry-pick] {old_title}"

0 comments on commit dd11f80

Please sign in to comment.