Summary
Gets a value indicating whether the current build was started by a pull request.
- Namespace
- Cake
.Common .Build .Bitrise .Data - Containing Type
- Bitrise
Pull Request Info
Syntax
public bool IsPullRequest { get; }
Value
Type | Description |
---|---|
bool |
true if the current build was started by a pull request; otherwise, false .
|