From 50a175cde4dd26a656734c5b64ba1e5bb27151cb Mon Sep 17 00:00:00 2001 From: Tayfun Sen Date: Mon, 1 Jul 2019 23:14:32 +0100 Subject: [PATCH] change icon and description --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32b4f91..274c917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.7-alpine -LABEL "com.github.actions.name"="Run flake8 on your PR" -LABEL "com.github.actions.description"="GitHub Action to run flake8 on your Pull Requests" -LABEL "com.github.actions.icon"="upload-cloud" +LABEL "com.github.actions.name"="Run flake8 on your PR - with annotations!" +LABEL "com.github.actions.description"="GitHub Action to run flake8 linter on your Pull Requests and add annotations on errors" +LABEL "com.github.actions.icon"="thumbs-up" LABEL "com.github.actions.color"="green" LABEL "com.github.actions.repository"="https://github.com/tayfun/flake8-your-pr" LABEL "com.github.actions.homepage"="https://github.com/tayfun/flake8-your-pr"