From 3984e22b6802819f8b4bf4a8a4470765830dc9cb Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Wed, 12 Dec 2018 20:12:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce14bb7..192ad35 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The result of using the labels.json file shown above is as follows: ![Labels result](screenshots/labels.png) +If a label doesn't need a description, leave out the `description` field of the entry in the json file and when deployed the label will not contain a description. + ## Usage This action only needs the GITHUB_TOKEN secret as it interacts with the GitHub API to modify labels. The action can be used as such: