0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-06-02 18:39:39 +02:00
wp-github-comment/docs/data/data.yaml

59 lines
1.2 KiB
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.
type: string
defaultValue: "https://api.github.com/"
required: false
- name: insecure_skip_verify
description: |
Skip SSL verification.
type: bool
defaultValue: false
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: log_level
description: |
Plugin log level.
type: string
defaultValue: "info"
required: false
- name: message
description: |
Path to file or string that contains the comment text.
type: string
required: true
- name: skip_missing
description: |
Skip comment creation if the given message file does not exist.
type: bool
defaultValue: false
required: false
- name: update
description: |
Enable update of an existing comment that matches the key.
type: bool
defaultValue: false
required: false