drone-github-comment/data/data.yaml
Robert Kaussow e2cbb7ef97 commit 933ce72c05
Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Nov 24 15:09:24 2022 +0100

    docs: fix properties file syntax due to changes in the theme (#145)
2022-11-24 14:20:55 +00:00

35 lines
929 B
YAML

---
properties:
- name: api_key
description: Personal Access token to access the GitHub API.
type: string
required: true
- name: 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
- name: key
description: Unique identifier to assign to a comment. The identifier is used to update an existing comment.
type: string
required: false
- name: message
description: Path to file or string that contains the comment text.
type: string
required: true
- name: update
description: Enables update of an existing comment that matches the key.
defaultValue: false
type: bool
required: false
- name: skip_missing
description: Skips comment creation if the given message file does not exist
defaultValue: false
type: bool
required: false