Skip to content

Commit 8893a77

Browse files
committed
update
1 parent 92758a6 commit 8893a77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/list-pr/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ runs:
7373
const result = prs.map(pr => ({
7474
number: pr.number,
7575
title: pr.title,
76-
body: pr.body,
7776
state: pr.state,
7877
draft: pr.draft,
7978
created_at: pr.created_at,

0 commit comments

Comments
 (0)