/dhall-concourse-v0.4.1/legacy/types/resources/GithubPR.dhall

Copy path to clipboard

Source

{ version =
{ schema = { pr : Text, commit : Text, committed : Optional Text } }
, params =
{ get =
{ schema = { skip_download : Optional Bool } : Type }
, put =
{ schema =
{ path :
Text
, status :
Optional Text
, context :
Optional Text
, comment :
Optional Text
, comment_file :
Optional Text
}
: Type
}
}
, source =
{ schema =
{ repository :
Text
, access_token :
Text
, v3_endpoint :
Optional Text
, v4_endpoint :
Optional Text
, paths :
Optional Text
, ignore_paths :
Optional Text
, disable_ci_skip :
Optional Bool
, skip_ssl_verification :
Optional Bool
}
: Type
}
}