fix(pr show): remove user and assignee fields
This commit is contained in:
@@ -159,10 +159,8 @@ cmd_show() {
|
|||||||
id, number, title, body, state, draft, mergeable, merged,
|
id, number, title, body, state, draft, mergeable, merged,
|
||||||
additions, deletions, changed_files, comments,
|
additions, deletions, changed_files, comments,
|
||||||
html_url, diff_url, patch_url,
|
html_url, diff_url, patch_url,
|
||||||
user: .user | {login, full_name, html_url},
|
|
||||||
labels,
|
labels,
|
||||||
milestone,
|
milestone,
|
||||||
assignee,
|
|
||||||
base: .base | {label, ref, sha},
|
base: .base | {label, ref, sha},
|
||||||
head: .head | {label, ref, sha},
|
head: .head | {label, ref, sha},
|
||||||
merge_base,
|
merge_base,
|
||||||
|
|||||||
Reference in New Issue
Block a user