Forgejo · Schema

CommitStatusState

CommitStatusState holds the state of a CommitStatus It can be "pending", "success", "error", "failure", "warning", or "skipped"

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests
View JSON Schema on GitHub

JSON Schema

commitstatusstate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CommitStatusState",
  "description": "CommitStatusState holds the state of a CommitStatus\nIt can be \"pending\", \"success\", \"error\", \"failure\", \"warning\", or \"skipped\"",
  "type": "string",
  "x-go-package": "forgejo.org/modules/structs"
}