From f782bce0a3e0c9bfb29e24f8cd16bf5ad8b85cdb Mon Sep 17 00:00:00 2001 From: lyn Date: Wed, 1 Apr 2026 17:00:23 +0000 Subject: [PATCH] fix(pr show): remove user and assignee fields --- git-hangman-lab/scripts/pr | 2 -- 1 file changed, 2 deletions(-) diff --git a/git-hangman-lab/scripts/pr b/git-hangman-lab/scripts/pr index a683fb4..f1ad15b 100755 --- a/git-hangman-lab/scripts/pr +++ b/git-hangman-lab/scripts/pr @@ -159,10 +159,8 @@ cmd_show() { id, number, title, body, state, draft, mergeable, merged, additions, deletions, changed_files, comments, html_url, diff_url, patch_url, - user: .user | {login, full_name, html_url}, labels, milestone, - assignee, base: .base | {label, ref, sha}, head: .head | {label, ref, sha}, merge_base,