Skip to content

Commit

Permalink
Fix stupid comment issue
Browse files Browse the repository at this point in the history
Uncomment out auth command.
  • Loading branch information
HeavyWombat committed Sep 20, 2023
1 parent fa0bbb3 commit 3174a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ while IFS=$'\t' read -r LABEL; do
done <<<"$(jq --raw-output '(.source.labels // [])[] | [.] | @tsv' <<<"$CONFIG")"

export GH_HOST="$HOSTNAME"
#gh auth login --hostname "$HOSTNAME" --with-token <<<"${TOKEN}" >&2
gh auth login --hostname "$HOSTNAME" --with-token <<<"${TOKEN}" >&2
gh --repo "$HOSTNAME/$REPOSITORY" issue list "${LIST_ARGS[@]}" |
jq '[ sort_by(.number)[] | { "issue": .number | tostring } ]'

0 comments on commit 3174a06

Please sign in to comment.