diff --git a/Dockerfile b/Dockerfile index fca0c67..fc1d32f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:8-slim -LABEL "com.github.actions.name"="Bulk Labels" +LABEL "com.github.actions.name"="Issue Bulk Labeler" 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"="green" diff --git a/README.md b/README.md index 29fe4c6..af65111 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🏷 🏷 🏷 Issue Labeler - GitHub Action +# 🏷 🏷 🏷 Issue Bulk Labeler - GitHub Action A [GitHub Action](https://github.com/features/actions) to add bulk labels when creating a new issue.