Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzolyak committed Jan 21, 2019
1 parent dc75c68 commit 3096ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:8-slim
LABEL "com.github.actions.name"="Bulk Labels"
LABEL "com.github.actions.description"="A GitHub Action to bulk add labels when creating a new issue."
LABEL "com.github.actions.icon"="tag"
LABEL "com.github.actions.color"="yellow"
LABEL "com.github.actions.color"="green"

LABEL "repository"="http://github.com/adamzolyak/issue-labeler-action"
LABEL "homepage"="http://www.tinkurlab.com"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ To setup this action:

```
workflow "Bulk Issue Labeler" {
resolves = ["BulkLabel"]
resolves = ["Bulk Label"]
on = "issues"
}
action "BulkLabel" {
action "Bulk Label" {
uses = "adamzolyak/issue-labeler-action@master"
secrets = ["GITHUB_TOKEN"]
}
Expand Down

0 comments on commit 3096ca8

Please sign in to comment.