We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14b25b commit 4ee8069Copy full SHA for 4ee8069
.github/workflows/auto-pr-new.yml
@@ -36,7 +36,7 @@ jobs:
36
git checkout $NEXT_BRANCH
37
FROM=${{github.event.commits[0].id}}
38
TO=${{github.event.head_commit.id}}
39
- git cherry-pick -X theirs $FROM~..$TO || (echo "$FROM~..$TO" > cherry-pick-failed.txt; git add cherry-pick-failed.txt; git commit -m cherry-pick-failed.txt)
+ git cherry-pick -X theirs $FROM || true
40
gh pr create
41
--title "Auto PR from release/$CURRENT_VERSION" \
42
--body 'Created by Github action'
0 commit comments