Add sticky comment feature and ID based reference. (#61)

* sticky comment feature
* remove unused param
This commit is contained in:
Michael Shick 2022-11-07 09:43:48 -08:00 committed by GitHub
parent f9a5a1c8cb
commit 3aa992a9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 212 additions and 180 deletions

View file

@ -6,13 +6,14 @@ inputs:
required: false
message-path:
description: "A path to a file to print as a message instead of a string."
required: false
required: false
message-id:
description: "An optional id to use for this message."
required: false
default: "add-pr-comment"
repo-token:
description: "A GitHub token for API access."
required: false
repo-token-user-login:
description: "A user login associated with your token, for temporary repo tokens this is `github-actions[bot]`."
required: false
allow-repeats:
description: "Allow messages to be repeated."
required: false
@ -23,8 +24,10 @@ inputs:
outputs:
comment-created:
description: "Whether a comment was created."
comment-updated:
description: "Whether a comment was updated."
comment-id:
description: "If a comment was created, the id of it."
description: "If a comment was created or updated, it's id."
branding:
icon: message-circle
color: purple