We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29ee1f commit 1d1c30dCopy full SHA for 1d1c30d
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:8-slim
2
3
-LABEL "com.github.actions.name"="Commit Issue Commenter"
4
-LABEL "com.github.actions.description"="Comment on issues from commit messages."
+LABEL "com.github.actions.name"="Comment on Issue from Commit"
+LABEL "com.github.actions.description"="Comment on issues from commit messages"
5
LABEL "com.github.actions.icon"="mic"
6
LABEL "com.github.actions.color"="green"
7
README.md
@@ -1,4 +1,4 @@
-# 💬 Commit Issue Commenter - GitHub Action
+# 💬 Comment on Issue from Commit - GitHub Action
A [GitHub Action](https://github.com/features/actions) that helps your team communicate and collaborate before you open a pull request.
0 commit comments