Skip to content

[docs] docs: unbloat templating reference#48084

Merged
pelikhan merged 1 commit into
mainfrom
docs/unbloat-templating-132c76dfb1784ad1
Jul 26, 2026
Merged

[docs] docs: unbloat templating reference#48084
pelikhan merged 1 commit into
mainfrom
docs/unbloat-templating-132c76dfb1784ad1

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Condenses the templating reference page by converting verbose bullet lists into flowing prose and removing redundant explanations.

Changes

File Type Notes
docs/src/content/docs/reference/templating.md modified Documentation prose consolidation

Details

docs/src/content/docs/reference/templating.md
  • Intro mechanism list collapsed into a single sentence.
  • Permitted-expressions bullet list converted to inline prose.
  • Activation outputs section condensed from three bullets to one paragraph.
  • Runtime import macro syntax, security features, processing order, and limitations sections tightened.
  • Duplicate "No authentication" limitation bullet removed.
  • Related documentation links reformatted from dash-separated to for-prefixed inline style.

Impact

  • Breaking change: No
  • Scope: Documentation only (docs/)
  • Behaviour change: None — all technical content is preserved; only presentation is changed.

Generated by PR Description Updater for #48084 · sonnet46 · 18.7 AIC · ⌖ 5.58 AIC · ⊞ 4.8K ·

@pelikhan
pelikhan marked this pull request as ready for review July 26, 2026 03:09
Copilot AI review requested due to automatic review settings July 26, 2026 03:09
@pelikhan
pelikhan merged commit bab9978 into main Jul 26, 2026
1 check passed
@pelikhan
pelikhan deleted the docs/unbloat-templating-132c76dfb1784ad1 branch July 26, 2026 03:09
@github-actions

github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Condenses the templating reference while retaining its structure and examples.

Changes:

  • Streamlines expression and activation-output guidance.
  • Condenses runtime import security, ordering, and limitations.
  • Simplifies related-documentation links.
Show a summary per file
File Description
docs/src/content/docs/reference/templating.md Tightens templating and runtime-import documentation.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Medium

- `steps.sanitized.outputs.text` — sanitized full context (title + body for issues/PRs, body for comments)
- `steps.sanitized.outputs.title` — sanitized title of the triggering issue or PR
- `steps.sanitized.outputs.body` — sanitized body of the triggering issue or PR
Use `steps.sanitized.outputs.text`, `.title`, or `.body` in markdown prompts to access sanitized event content. `text` includes the full sanitized context (title + body for issues and PRs, body for comments), while `title` and `body` expose those fields individually.
Use `{{#runtime-import filepath}}` to include file content at runtime. Optional imports use `{{#runtime-import? filepath}}` which don't fail if the file is missing.

**Important:** All file paths are resolved within the `.github` folder. You can specify paths with or without the `.github/` prefix:
Use `{{#runtime-import filepath}}` to include file content at runtime. Use `{{#runtime-import? filepath}}` when the file is optional. All file paths resolve within `.github`, with or without the `.github/` prefix:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation doc-unbloat documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants