pr checks: avoid deduplicating same-named checks under different workflows (#5919)
This commit is contained in:
parent
1037917d67
commit
dea1af1227
7 changed files with 96 additions and 22 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue