Skip to content

Commit

Permalink
update name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoda authored Feb 1, 2019
1 parent 149345b commit 1288361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM debian:9.6-slim

LABEL "com.github.actions.name"="GitHub Action for Assignee to Reviewer"
LABEL "com.github.actions.description"="Create review requests based on assignees."
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"="white"
LABEL "com.github.actions.color"="dark-gray"

LABEL version="1.0.0"
LABEL version="1.0.1"
LABEL repository="http://github.com/pullreminders/assignee-to-reviewer-action"
LABEL homepage="http://github.com/pullreminders/assignee-to-reviewer-action"
LABEL maintainer="Abi Noda <abi@pullreminders.com>"
Expand Down

0 comments on commit 1288361

Please sign in to comment.