Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alstr committed Nov 13, 2020
1 parent 39a5c0f commit b29bfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit b29bfe9

Please sign in to comment.