Skip to content

Commit

Permalink
Set fetch-depth to 0 to create correct patches during git cherry-pick…
Browse files Browse the repository at this point in the history
… as much as possible (#5096)

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: pipecd-bot <[email protected]>
  • Loading branch information
ffjlabo authored and pipecd-bot committed Aug 13, 2024
1 parent 465c78a commit f0acdaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cherry_pick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: make a cherry-pick PR
run: |
git config user.name "pipecd-bot"
Expand Down

0 comments on commit f0acdaf

Please sign in to comment.