diff --git a/README.md b/README.md index 32d6080..29ed185 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# PR Comment Action +# PR Comment and Update Action -A GitHub action that will comment on the relevant open PR with a file contents when a commit is pushed. +A GitHub action that will comment on the relevant open PR with a file contents when a commit is pushed. If the action has already commented on the PR, an update to the previous comment will be made instead. + +Based off of [PR Comment Action](https://github.com/machine-learning-apps/pr-comment) by Alexander Matheson. ## Usage diff --git a/action.yml b/action.yml index aa05381..f93f49d 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: PR Comment and Update from File author: Ethan Graf -description: Leaves a comment on an open PR based on the contents of a file. If a comment with the right prefix exists, update instead. Based off PR Comment action by Alexander Matheson. +description: Leaves a comment on an open PR based on the contents of a file. If a comment with the right prefix exists, update instead. branding: icon: 'message-square' color: 'black'