We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39d740 commit 17770beCopy full SHA for 17770be
tools/actions/commit-queue.sh
@@ -40,7 +40,7 @@ for pr in "$@"; do
40
fi
41
42
# Skip PR if CI is still running
43
- if ncu-ci url "https://github.com/${OWNER}/${REPOSITORY}/pull/${pr}" 2>&1 | grep "^Result *PENDING"; then
+ if gh pr checks "$pr" | grep -q "\spending\s"; then
44
echo "pr ${pr} skipped, CI still running"
45
continue
46
0 commit comments