TargetBranchConfiguration interface
Repository branch configuration for PR Annotations.
Properties
annotate |
Configuration of PR Annotations on default branch. Enabled - PR Annotations are enabled on the resource's default branch. Disabled - PR Annotations are disabled on the resource's default branch. |
branch |
Gets or sets branches that should have annotations. |
Property Details
annotateDefaultBranch
Configuration of PR Annotations on default branch.
Enabled - PR Annotations are enabled on the resource's default branch. Disabled - PR Annotations are disabled on the resource's default branch.
annotateDefaultBranch?: string
Property Value
string
branchNames
Gets or sets branches that should have annotations.
branchNames?: string[]
Property Value
string[]