diff --git a/Dockerfile b/Dockerfile index d3d1260..2638490 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM debian:9.6-slim LABEL "com.github.actions.name"="Assignee to reviewer" -LABEL "com.github.actions.description"="Assign reviewers based on assignees" +LABEL "com.github.actions.description"="Automatically create review requests based on assignees" LABEL "com.github.actions.icon"="arrow-up-right" LABEL "com.github.actions.color"="gray-dark" -LABEL version="1.0.2" +LABEL version="1.0.4" LABEL repository="http://github.com/pullreminders/assignee-to-reviewer-action" LABEL homepage="http://github.com/pullreminders/assignee-to-reviewer-action" LABEL maintainer="Abi Noda "