From ad647bf24094d9befbfc99417a9ef553ab366a90 Mon Sep 17 00:00:00 2001 From: Arthur Casals Date: Wed, 7 Oct 2020 20:51:27 +0200 Subject: [PATCH] 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. --- .../applying-labels-to-issues-and-pull-requests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md b/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md index 0678a9c9249c..8f93c43cdf57 100644 --- a/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md +++ b/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md @@ -11,7 +11,7 @@ versions: {% tip %} -**Tip:** You can also apply a label in the Labels drop-down menu within an issue or pull request. +**Tip:** A user can apply up to a maximum of 100 labels to issues and pull requests. {% endtip %} @@ -20,6 +20,8 @@ versions: {% 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](/assets/images/help/issues/issues_applying_labels_dropdown.png) + + Please note that you can also apply a label in the Labels drop-down menu within an issue or pull request. ### Further reading