Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Apr 7, 2019
1 parent c775283 commit 3fbbc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM node:slim

# Labels for GitHub to read your action
LABEL "com.github.actions.name"="PR Labeler"
LABEL "com.github.actions.description"="Automatically labels your PRs based on branch name patterns like \"feature/*\" or \"fix/*\"."
LABEL "com.github.actions.description"="Automatically labels your PRs based on branch name patterns like feature/* or fix/*."
# Here are all of the available icons: https://feathericons.com/
LABEL "com.github.actions.icon"="tag"
# And all of the available colors: https://developer.github.com/actions/creating-github-actions/creating-a-docker-container/#label
Expand Down

0 comments on commit 3fbbc74

Please sign in to comment.