1
0
mirror of synced 2026-01-27 15:02:14 -05:00
Files
docs/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
Sarah Schneider f272eec944 Remove deprecated GHES versions from content and data (#15830)
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)

* package-lock

* turn elsif into two ifs to prepare for running Liquid deprecation script

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17

* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18

* update hardcoded test

* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-10-01 10:55:34 -04:00

1.4 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Assigning issues and pull requests to other GitHub users Assignees clarify who is working on specific issues and pull requests.
/articles/assigning-issues-and-pull-requests-to-other-github-users
free-pro-team enterprise-server
* *

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

You can assign up to 10 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 {% data variables.product.prodname_dotcom %}."

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} 3. Select the checkbox next to the items you want to assign to someone. Issues metadata checkbox 4. In the upper-right corner, click Assignee. 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. Issues assignment drop-down

Further reading