Skip to content

Commit

Permalink
Update cherry-picker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
killenheladagen authored Apr 4, 2024
1 parent 57c6114 commit 50bfcd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
commit_hash="$(git rev-parse refs/remotes/other/HEAD)"
title_prefix=
if ! git cherry-pick $commit_hash; then
title_prefix="CHERRY-PICK CONFLICT "
git cherry-pick $commit_hash --strategy-option theirs
git cherry-pick --abort
title_prefix="CHERRY-PICK CONFLICT "
git cherry-pick $commit_hash --strategy-option theirs
fi
remote_pr_id=$(gawk 'match($0, /\(#([0-9]+)\)$/, ary) {print ary[1]}' <<< $(git show -s --format=%s))
Expand Down

0 comments on commit 50bfcd5

Please sign in to comment.