package crs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Private.Review_modeSource

Review_mode.t describes the context in which CR assignment and annotation logic is executed. This is not strictly tied to the CI event that triggered the workflow, but rather to the review/assignment semantics:

  • Pull_request: The workflow is running in the context of a pull request, and the author is the user who opened the PR.
  • Commit: The workflow is running in the context of a commit to a branch (e.g., main), and there is no specific PR author.
Sourcetype t =
  1. | Pull_request of {
    1. author : Volgo_base.Vcs.User_handle.t;
    }
  2. | Commit
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.