drone-github-comment/_docs/data/data.yaml

35 lines
887 B
YAML
Raw Normal View History

2022-05-29 22:06:59 +02:00
---
properties:
api_key:
description: Personal Access token to access the GitHub API.
type: string
required: true
2022-05-29 22:06:59 +02: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:
description: Path to file or string that contains the comment text.
2022-05-29 22:06:59 +02:00
type: string
required: true
2022-05-29 22:06:59 +02: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