docs: clarify assignees and bot_account accept a login or the author shortcut#11926
Closed
kozlek wants to merge 1 commit into
Conversation
Contributor
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🔴 2 of 7 protections blocking · waiting on 👀 reviews
🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
Show 5 satisfied protections🟢 ⛓️ Depends-On RequirementsRequirement based on the presence of
🟢 🤖 Continuous Integration
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
…shortcut
These fields take a GitHub login plus the blessed `{{ author }}` (and `{{ merged_by }}` for copy/backport assignees) literal, resolved statically; other Jinja2 in them is deprecated. assign.mdx wrongly framed add_users/remove_users as full Jinja2 templates linking to the legacy-template type. Reframe the description, canonicalize the `{{author}}` example, and add a clarifying note to the backport examples.
Fixes MRGFY-7794
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: I840dd2907c606de1220a4f066d25808ed2e16fdf
7b54efc to
8da296e
Compare
Contributor
Author
Revision history
|
jd
previously approved these changes
Jun 24, 2026
Base automatically changed from
devs/kozlek/docs/variable-substitution/document-var-substitution-templating-language--530a11f4
to
main
June 24, 2026 15:26
8da296e to
37ee0a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These fields take a GitHub login plus the blessed
{{ author }}(and{{ merged_by }}for copy/backport assignees) literal, resolved statically; other Jinja2 in them is deprecated. assign.mdx wrongly framed add_users/remove_users as full Jinja2 templates linking to the legacy-template type. Reframe the description, canonicalize the{{author}}example, and add a clarifying note to the backport examples.Fixes MRGFY-7794
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Depends-On: #11913