Add check description to pr checks output (#7451)
This commit is contained in:
parent
10a48b0d1f
commit
8a7d80864b
6 changed files with 167 additions and 44 deletions
|
|
@ -184,7 +184,8 @@ func StatusCheckRollupGraphQLWithoutCountByState(after string) string {
|
|||
context,
|
||||
state,
|
||||
targetUrl,
|
||||
createdAt
|
||||
createdAt,
|
||||
description
|
||||
},
|
||||
...on CheckRun {
|
||||
name,
|
||||
|
|
@ -222,6 +223,7 @@ func RequiredStatusCheckRollupGraphQL(prID, after string) string {
|
|||
state,
|
||||
targetUrl,
|
||||
createdAt,
|
||||
description,
|
||||
isRequired(pullRequestId: %[2]s)
|
||||
},
|
||||
...on CheckRun {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue