2.3.3.5.8. Pull Requests

  • Relative Filepath[1]: dev/pull.yaml

  • Pre-configured: False

[1]: Filepath is relative to the root of the control center directory.

$schema: https://json-schema.org/draft/2020-12/schema
title: meta_dev_pulls
description: GitHub pull request settings for the project
type: object
default: { }
additionalProperties: false
properties:
  template:
    type: object
    default: {}
    additionalProperties:
      type: string
    properties:
      default:
        type: string
template: {}

Different pull request templates can only be accessed via query parameters . Otherwise, the main template directly under [./github] is used.