2022-05-29 20:06:59 +00:00
|
|
|
---
|
|
|
|
properties:
|
2022-11-24 14:09:24 +00:00
|
|
|
- name: api_key
|
2022-05-29 20:06:59 +00:00
|
|
|
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
|
|
|
|
2022-11-24 14:09:24 +00:00
|
|
|
- name: base_url
|
2022-05-29 20:06:59 +00:00
|
|
|
description: API URL. Only need to be changed for GitHub enterprise in most cases
|
|
|
|
defaultValue: https://api.github.com
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
2022-11-24 14:09:24 +00:00
|
|
|
- name: key
|
2022-05-29 20:06:59 +00:00
|
|
|
description: Unique identifier to assign to a comment. The identifier is used to update an existing comment.
|
|
|
|
type: string
|
|
|
|
required: false
|
|
|
|
|
2022-11-24 14:09:24 +00:00
|
|
|
- name: 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
|
|
|
|
2022-11-24 14:09:24 +00:00
|
|
|
- name: update
|
2022-05-29 20:06:59 +00:00
|
|
|
description: Enables update of an existing comment that matches the key.
|
|
|
|
defaultValue: false
|
|
|
|
type: bool
|
|
|
|
required: false
|
|
|
|
|
2022-11-24 14:09:24 +00:00
|
|
|
- name: skip_missing
|
2022-05-29 20:06:59 +00:00
|
|
|
description: Skips comment creation if the given message file does not exist
|
|
|
|
defaultValue: false
|
|
|
|
type: bool
|
|
|
|
required: false
|