Expand description

Class to update the project field with the pull request creation date when a pull request is opened.

Constructors§

§

new default(): default

Methods§

Source§

register(agent: Probot): void

Registers the behaviour to the Probot agent.

Source§

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

Updates the project field with the pull request creation date.