We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39d740 commit 9344a06Copy full SHA for 9344a06
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