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[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript