Skip to content

Commit

Permalink
Merge pull request #602 from linear-b/Update-check-context
Browse files Browse the repository at this point in the history
Update check context
  • Loading branch information
PavelLinearB authored Oct 27, 2024
2 parents a837990 + 07117bb commit a0d1441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/context-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ The source context include all code changes, it is not safe to share it with unk
"name": String, # The check name
"status": String, # The check status: `queued`, `in_progress`, `completed`
"conclusion": String, # The check conclusion: `action_required`, `cancelled`, `failure` `neutral`, `success`, `skipped`, `stale`, `timed_out`
"title": String, # the check title
"total_time": Integer, # the total time the check took, in Seconds
}
```

Expand Down

0 comments on commit a0d1441

Please sign in to comment.