Add check description to pr checks output (#7451)

This commit is contained in:
Johannes Grumböck 2023-07-06 07:38:44 +02:00 committed by GitHub
parent 10a48b0d1f
commit 8a7d80864b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 167 additions and 44 deletions

View file

@ -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 {