| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f39d740 commit 9344a06
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ for pr in "$@"; do | |||
| 40 | 40 | fi | |
| 41 | 41 | ||
| 42 | 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 | ||
| 43 | + if gh pr checks "$pr" | grep -q "\spending\s"; then | ||
| 44 | 44 | echo "pr ${pr} skipped, CI still running" | |
| 45 | 45 | continue | |
| 46 | 46 | fi | |
| Back | FazBrowse Home | New Git URL |
0 commit comments