diff --git a/Dockerfile b/Dockerfile index fc1d32f..d11ee4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:8-slim LABEL "com.github.actions.name"="Issue Bulk Labeler" -LABEL "com.github.actions.description"="A GitHub Action to bulk add labels when creating a new issue." +LABEL "com.github.actions.description"="Bulk add labels when creating an issue" LABEL "com.github.actions.icon"="tag" LABEL "com.github.actions.color"="green"