We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92758a6 commit 8893a77Copy full SHA for 8893a77
.github/actions/list-pr/action.yml
@@ -73,7 +73,6 @@ runs:
73
const result = prs.map(pr => ({
74
number: pr.number,
75
title: pr.title,
76
- body: pr.body,
77
state: pr.state,
78
draft: pr.draft,
79
created_at: pr.created_at,
0 commit comments