TargetBranchConfiguration interface

Repository branch configuration for PR Annotations.

Properties

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.

branchNames

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[]