Expand description

Class to add the pull request author as an assignee when a pull request is opened.

Constructors§

§

new default(): default

Methods§

Source§

register(agent: Probot): void

Registers the behaviour to the Probot agent.

Source§

setAssigneeAction(
    agent: Probot,
    context: Context<"pull_request.opened">,
): Promise<void>

Sets the assignee action when a pull request is opened.