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 31a738f commit 4c0ddffCopy full SHA for 4c0ddff
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