We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3e546 commit dd1f43bCopy full SHA for dd1f43b
.github/workflows/sync-dev-to-vX.Y-dev.yaml
@@ -49,7 +49,7 @@ jobs:
49
--body "Merge \`$HEAD\` into \`$BASE\`.")
50
echo "PR to sync $DEV_BRANCH: $PR"
51
52
- gh pr checks $PR --watch --required --fail-fast || continue
+ gh pr checks $PR --watch --required || continue
53
gh pr merge $PR --merge --admin
54
done
55
env:
0 commit comments