1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
Arthur Casals ad647bf240 Update applying-labels-to-issues-and-pull-requests.md
This fix solves issue #161 : Tip is update to reflect the max labels limit, and the previous text in this field was added to the bottom of the page as a complement to item 4.
2020-10-07 20:51:27 +02:00

1.2 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Applying labels to issues and pull requests In repositories where you have write access, you can assign labels to issues and pull requests to help organize your projects.
/articles/customizing-issue-labels/
/articles/applying-labels-to-issues-and-pull-requests
free-pro-team enterprise-server
* *

{% tip %}

Tip: A user can apply up to a maximum of 100 labels to issues and pull requests.

{% endtip %}

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} {% data reusables.repositories.select-items-in-issue-or-pr-list %} 4. In the upper-right corner, click Label, then start typing the name of an existing label. Click the label's name to associate it with the selected items. Issues Milestone assignment drop-down

Please note that you can also apply a label in the Labels drop-down menu within an issue or pull request.

Further reading