View Source GitHub.RequiredWorkflow (GitHub REST API Client v0.0.9)

Provides struct and type for RequiredWorkflow

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.RequiredWorkflow{
  created_at: String.t(),
  id: number(),
  name: String.t(),
  path: String.t(),
  ref: String.t(),
  repository: GitHub.Repository.minimal(),
  scope: String.t(),
  selected_repositories_url: String.t() | nil,
  state: String.t(),
  updated_at: String.t()
}