Expand description

Class to update the project fields with review submission details when a pull request review is submitted.

Constructors§

§

new default(): default

Methods§

Source§

register(agent: Probot): void

Registers the behaviour to the Probot agent.

Source§

updateProjectAction(
    agent: Probot,
    context: Context<"pull_request_review.submitted">,
): Promise<void>

Updates the project fields with review submission details.