From 3174a063aa4531eee58dbe76195f70b9b1f8f0a0 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Wed, 20 Sep 2023 14:08:10 +0200 Subject: [PATCH] Fix stupid comment issue Uncomment out auth command. --- scripts/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check b/scripts/check index dc5ca3b..d95c75e 100755 --- a/scripts/check +++ b/scripts/check @@ -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 } ]'