Skip to content

Commit a0d1441

Browse files
authored
Merge pull request #602 from linear-b/Update-check-context
Update check context
2 parents a837990 + 07117bb commit a0d1441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/context-variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ The source context include all code changes, it is not safe to share it with unk
295295
"name": String, # The check name
296296
"status": String, # The check status: `queued`, `in_progress`, `completed`
297297
"conclusion": String, # The check conclusion: `action_required`, `cancelled`, `failure` `neutral`, `success`, `skipped`, `stale`, `timed_out`
298+
"title": String, # the check title
299+
"total_time": Integer, # the total time the check took, in Seconds
298300
}
299301
```
300302

0 commit comments

Comments
 (0)