Update Pull Request

Update a specific pull request in a GitHub repository.

Options

Field Definition Type Required

Organization

Choose the organization that owns the repository containing the pull request to update.

The dropdown list displays the organizations for the authenticated user. The list is limited to 100 organizations.

If the repository is under a personal account, select the -- Not In Org -- option.

Dropdown

TRUE

Repository

Choose the repository containing the pull request to update.

The dropdown list displays the repositories for the selected Organization.

If you select the -- Input Repo Full Name -- option, then the card ignores the Organization selection and you must enter the full name of the repository in the Repository input field.

Dropdown

TRUE

Input

Field Definition Type Required

Repository

Full Name

The full name of the repository.

This input field appears when you select -- Input Repo Full Name -- as the Repository option.

The name must be formatted as <org_name>/<repo_name> if the repository is within an organization, or <owner_name>/<repo_name> if the repository is under a personal account.

The card returns an error if the repository doesn't exist or the user doesn't have permission to access the repository.

Text

TRUE

Pull Request

Pull Request Number

The number assigned to the pull request.

Text

TRUE

State

Updated state of the pull request.

Dropdown

FALSE

Title

Updated title of the pull request.

Text

FALSE

Description

Updated description of the pull request.

Text

FALSE

Output

Field Definition Type

Pull Request ID

The pull request ID.

Number

URL

A URL to the pull request.

Text

State

The state of the updated pull request.

Text

Title

The title of the updated pull request.

Text

Description

Description of the updated pull request.

Text

Updated At

Date and time when the updated pull request was updated.

Date & Time

Related topics

GitHub connector

Workflow elements

GitHub API documentation