Request Reviewers

Request reviewers for a pull request in a specified GitHub repository.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

request reviewers for the pull request

What does it do? Request reviewers for a pull request in a specified GitHub repository.

Where does it go? This is the base syntax for the procedure.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — This phrase requires a reference to a git hub pull request for the pull request.

the repository source is

What does it do? Specifies the source of the repository. It is a combination of the owner and the repository name, separated by a forward slash. For example, 'torvalds/linux'.

Where does it go? This phrase should be indented beneath request reviewers for the pull request

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — a text value needs to be specified.

Example: the repository source is "text example"

the user names are

What does it do? Specifies the list of reviewers to request.

Where does it go? This phrase should be indented beneath request reviewers for the pull request

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — a list of text values need to be specified.

Example: the user names are "text example 1", "text example 2"

the team names are

What does it do? Specifies the list of team reviewers to request. Defaults to None.

Where does it go? This phrase should be indented beneath request reviewers for the pull request

Is it required? 🌟 No — This phrase is optional in the syntax.

Does it require input data? ✅ Yes — a list of text values need to be specified.

Example: the team names are "text example 1", "text example 2"

Examples

1. Request reviewers for a pull request

get a pull request in "kognitos/bdk-api" with
        the number is 1
use the above as the pull request
request user names for the pull request
        the repository source is "kognitos/bdk-api"
        the user names are "ignacio-kognitos", "asdflkasdjf"
        the team names are "kognitos-team"

Last updated

Was this helpful?