☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

label

Table of contents

Description:

This key defines the name of a Pull Request template, which appears in the dropdown menu on the Publishing page.

This key has no default.

Appears in:
└── pull_request_templates
    └── [*]
        └── label
Type:
string
Examples:

In this example, the name of the Pull Request template in the dropdown menu on the Publishing page will be "Content Update".

Copied to clipboard
pull_request_templates:
  - label: Content Update
    title: Updates to...
    body: In this update, I have made the following changes...
{
  "pull_request_templates": [
    {
      "label": "Content Update",
      "title": "Updates to...",
      "body": "In this update, I have made the following changes..."
    }
  ]
}
Open in a new tab