forked from rhs/pr-comment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
name: PR Comment from File | ||
author: Alexander Matheson <[email protected]> | ||
description: Leaves a comment on an open PR based on the contents of a file. | ||
name: PR Comment and Update from File | ||
author: Alexander Matheson <[email protected]> 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. | ||
branding: | ||
icon: 'message-square' | ||
color: 'black' | ||
inputs: | ||
path: | ||
description: file path | ||
required: true | ||
prefix: | ||
description: comment prefix | ||
required: true | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
args: | ||
- ${{ inputs.path }} | ||
- ${{ inputs.path }} | ||
- ${{ inputs.prefix }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters