2022-05-29 20:06:59 +00:00
|
|
|
---
|
|
|
|
properties:
|
|
|
|
api_key:
|
|
|
|
description: Personal Access token to access the GitHub API.
|
|
|
|
type: string
|
2022-05-29 20:18:37 +00:00
|
|
|
required: true
|
2022-05-29 20:06:59 +00:00
|
|
|
|
|
|
|
base_url:
|
|
|
|
description: API URL. Only need to be changed for GitHub enterprise in most cases
|
|
|
|
defaultValue: https://api.github.com
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
key:
|
|
|
|
description: Unique identifier to assign to a comment. The identifier is used to update an existing comment.
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
|
|
|
message:
|
2022-05-29 20:18:37 +00:00
|
|
|
description: Path to file or string that contains the comment text.
|
2022-05-29 20:06:59 +00:00
|
|
|
type: string
|
2022-05-29 20:18:37 +00:00
|
|
|
required: true
|
2022-05-29 20:06:59 +00:00
|
|
|
|
|
|
|
update:
|
|
|
|
description: Enables update of an existing comment that matches the key.
|
|
|
|
defaultValue: false
|
|
|
|
type: bool
|
|
|
|
required: false
|
|
|
|
|
|
|
|
skip_missing:
|
|
|
|
description: Skips comment creation if the given message file does not exist
|
|
|
|
defaultValue: false
|
|
|
|
type: bool
|
|
|
|
required: false
|