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 e848dda commit 1951c54Copy full SHA for 1951c54
.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 --fail-fast --watch
+ gh pr checks $PR --watch
53
gh pr merge $PR --merge --admin
54
done
55
env:
0 commit comments