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 208a5ea commit 4122a8dCopy full SHA for 4122a8d
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