Wasm Directoryalpha
Record

branch-with-protection

No description available.

record branch-with-protection {
  links: branch-with-protection-links,
  commit: commit,
  name: string,
  pattern: option​<string>,
  protected: bool,
  protection: branch-protection,
  protection-url: string,
  required-approving-review-count: option​<s32>,
}

Fields

NameTypeDescription
linksbranch-with-protection-links
commitcommit
namestring
patternoption​<string>
protectedbool
protectionbranch-protection
protection-urlstring
required-approving-review-countoption​<s32>