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 998912d commit 99da880Copy full SHA for 99da880
gh.sh
@@ -49,7 +49,7 @@ repos=$(gh api /user/repos --method GET \
49
--hostname "$API_HOST" \
50
--cache "$CACHE_USER_REPOS" \
51
--paginate \
52
- --jq "[.[] | $item]" 2>"$err")
+ --jq "[.[] | select(.archived == false) | $item]" 2>"$err")
53
gh_exit=$?
54
err_msg=$(<"$err")
55
rm -f "$err"
0 commit comments