property CheckRunComplete.conclusion

Final result status of the check run.

Type

"success"
| "failure"
| "neutral"
| "cancelled"
| "timed_out"
| "action_required"

Usage

import { type CheckRunComplete } from ".";