Skip to main content

Назначение проблем и запросов на вытягивание другим пользователям GitHub

Назначенные лица разъясняют, кто работает над конкретными проблемами и запросами на вытягивание.

Кто может использовать эту функцию?

Anyone with write access to a repository can assign issues and pull requests.

About issue and pull request assignees

You can assign multiple people to each issue or pull request, including: yourself, anyone who has commented on the issue or pull request, anyone with write permissions to the repository, and organization members with read permissions to the repository. For more information, see Access permissions on GitHub.

Both issues and pull requests support up to 10 assignees.

Assigning an individual issue or pull request

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Issues or Pull requests.

    Screenshot of the main page of a repository. In the horizontal navigation bar, the "Issues" and "Pull requests" tabs are outlined in orange.

  3. Open the issue or pull request that you want to assign to someone.

  4. In the right side menu, click Assignees.

    Screenshot of the right sidebar of an issue. A header, labeled "Assignees", is outlined in dark orange.

  5. To assign the issue or pull request to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.

Assigning multiple issues or pull requests

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Issues or Pull requests.

    Screenshot of the main page of a repository. In the horizontal navigation bar, the "Issues" and "Pull requests" tabs are outlined in orange.

  3. Select the items you want to assign to someone.

    Screenshot of the first two items in a list of issues. To the left of each issue, a checkbox is checked and outlined in dark orange.

  4. In the upper-right corner, click Assign.

  5. To assign the items to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.

Further reading