isPullRequest top-level property

bool isPullRequest

Whether the current process is running in a CI and is for a Pull Request.

Implementation

bool get isPullRequest {
  return Vendor.current?.isPullRequest ?? false;
}