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 b3f5c3b commit 2b3e546Copy full SHA for 2b3e546
.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
+ gh pr checks $PR --watch --required --fail-fast || continue
53
gh pr merge $PR --merge --admin
54
done
55
env:
0 commit comments