You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: document the variable-substitution templating language
Document each templated field's variable set as a named data type in
data-types.mdx (Message template, Copy title template, Copy body template,
Workflow input template), each rendering its variables from the JSON schema via a
new TemplateVariablesTable component that reads the x-mergify-template-variables
annotation. The simple-template field type in each action's Parameters table shows
its data-type title and links to it (getValueType: title->anchor, plus 'map of'
for the github_actions inputs map), so feature pages reference the variable set
rather than replicating a table. Adds a Variable substitution concept section with
a Jinja2 migration cheat-sheet, and re-scopes the legacy Jinja2 Template section to
the fields that still use it (post_check, merge).
Change-Id: I530a11f43adb18ff3fdc964199e00d52d105a2b7
0 commit comments