From b29bfe995746a647b6c7a38a606eb8f4041c8472 Mon Sep 17 00:00:00 2001 From: alstr Date: Fri, 13 Nov 2020 18:31:29 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c9c9eb..4a8594d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ You can specify the labels to add to your issue in the TODO body. The labels should be on their own line below the initial TODO declaration. -Include the `labels:` prefix, then a list of comma-separated label titles. If any of the label do not already exist, they will be created. +Include the `labels:` prefix, then a list of comma-separated label titles. If any of the labels do not already exist, they will be created. The `todo` label is automatically added to issues to help the action efficiently retrieve them in the future. @@ -122,7 +122,7 @@ The `todo` label is automatically added to issues to help the action efficiently Similar to labels, you can define assignees as a comma-separated list. -If the assignee is not valid, it will be dropped from issue creation request. +If the assignee is not valid, it will be dropped from the issue creation request. ### Specifying Milestone @@ -134,7 +134,7 @@ If the assignee is not valid, it will be dropped from issue creation request. You can set the issue milestone by specifying the milestone ID. Only a single milestone can be specified. -If the milestone does not already exist, it will be dropped from issue creation request. +If the milestone does not already exist, it will be dropped from the issue creation request. ### Removing TODOs