Skip to content

Commit

Permalink
Merge pull request fuzzbuzz#4 from fuzzbuzz/comment-update
Browse files Browse the repository at this point in the history
Fit 125 char description requirement
  • Loading branch information
eagraf authored Nov 16, 2020
2 parents fd674e5 + d1cd027 commit 6eeb3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PR Comment and Update from File
author: Ethan Graf <[email protected]>
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'
Expand Down

0 comments on commit 6eeb3cf

Please sign in to comment.