From ecf66397e60a2d0954ca2dcfdde51415883221e4 Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Thu, 31 Jan 2019 19:36:05 -0700 Subject: [PATCH] fix icon color --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 33399b0..ff3dacd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ FROM debian:9.6-slim LABEL "com.github.actions.name"="Assignee to reviewer" LABEL "com.github.actions.description"="Create review requests based on assignees" LABEL "com.github.actions.icon"="arrow-up-right" -LABEL "com.github.actions.color"="dark-gray" +LABEL "com.github.actions.color"="gray-dark" -LABEL version="1.0.1" +LABEL version="1.0.2" LABEL repository="http://github.com/pullreminders/assignee-to-reviewer-action" LABEL homepage="http://github.com/pullreminders/assignee-to-reviewer-action" LABEL maintainer="Abi Noda "