From a2f43302e1524cc8fe38791e0fdc00a3695fb76b Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 17 May 2024 10:05:29 +0200 Subject: updates --- .extras | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.extras') diff --git a/.extras b/.extras index 7518fbf..eff3e3f 100755 --- a/.extras +++ b/.extras @@ -12,3 +12,9 @@ function nt() { fi } +function getBjerkIssues() { + gh issue list --repo bjerkio/internal \ + --search "-label:backlog -label:kind/system" \ + --json title,body,url,createdAt,assignees,number,labels,comments \ + --jq 'map({url, createdAt, title, labels: [.labels[].name], assignees: [.assignees[].login], body, number: "#\(.number)", comments: .comments | map({ body: .body, createdAt: .createdAt })})' +} -- cgit v1.2.3