pr checks: avoid deduplicating same-named checks under different workflows (#5919)

This commit is contained in:
Mislav Marohnić 2022-07-12 11:48:39 +02:00 committed by GitHub
parent 1037917d67
commit dea1af1227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 96 additions and 22 deletions

View file

@ -141,10 +141,12 @@ func StatusCheckRollupGraphQL(after string) string {
...on StatusContext {
context,
state,
targetUrl
targetUrl,
createdAt
},
...on CheckRun {
name,
checkSuite{workflowRun{workflow{name}}},
status,
conclusion,
startedAt,