Summary
Gets or sets a value indicating whether a status on the pull request should be set if there are any issues found.
The status is succeeded if there are no issues and fails as soon as issues from any issue provider or run have been found.
Use
ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun
to report additional status for issues of every issue provider and run.
Default value is true
.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- Issues
Parameters Pull Request System
Syntax
public bool ShouldSetPullRequestStatus { get; set; }
Value
Type | Description |
---|---|
bool |