Skip to content

doc: document tracker-id frontmatter field in main reference#34799

Merged
pelikhan merged 3 commits into
mainfrom
copilot/deep-report-quick-win-document-tracker-id
May 26, 2026
Merged

doc: document tracker-id frontmatter field in main reference#34799
pelikhan merged 3 commits into
mainfrom
copilot/deep-report-quick-win-document-tracker-id

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 25, 2026

tracker-id is used by 90 workflows in this repo but had no coverage in docs/src/content/docs/reference/frontmatter.md — the primary discoverable reference for workflow authors.

Changes

  • docs/src/content/docs/reference/frontmatter.md: adds ### Tracker ID (tracker-id:) section placed alongside the other workflow-identity fields (source:, redirect:), covering:
    • What it does: embeds <!-- gh-aw-tracker-id: … --> in every asset (issues, PRs, discussions, comments) the workflow creates
    • How to use the marker for GitHub search
    • Constraints: 8–128 chars, alphanumeric/hyphens/underscores
    • Two real examples drawn from .github/workflows/
    • Cross-reference to the Footers reference for marker and footer-visibility details
tracker-id: code-simplifier

Inserts into every created asset body:

<!-- gh-aw-tracker-id: code-simplifier -->

Which can be searched with:

repo:owner/repo "gh-aw-tracker-id: code-simplifier" in:body

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Document tracker-id frontmatter field in main reference doc: document tracker-id frontmatter field in main reference May 25, 2026
Copilot AI requested a review from gh-aw-bot May 25, 2026 23:42
@pelikhan pelikhan marked this pull request as ready for review May 26, 2026 00:24
Copilot AI review requested due to automatic review settings May 26, 2026 00:24
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot unbloat changes

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds documentation for the tracker-id: frontmatter field to the main frontmatter reference, where it was previously undocumented despite being used in 90 workflows.

Changes:

  • New ### Tracker ID (tracker-id:) section in the main frontmatter reference, placed alongside source: and redirect:.
  • Documents purpose, generated hidden HTML marker, GitHub search usage, constraints (8–128 chars, alphanumeric/hyphen/underscore, trimmed), two examples, and a cross-reference to the Footers reference.
Show a summary per file
File Description
docs/src/content/docs/reference/frontmatter.md Adds a new section documenting the tracker-id field, matching the schema constraints and existing runtime behavior.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 26, 2026

@copilot unbloat changes

Done in 6d89b98. Removed the duplicate HTML code block, collapsed the bullet constraint list to a single prose sentence, dropped the verbose NOTE block, and cut the second YAML example. The section now matches the brevity of adjacent entries like source: and redirect:.

Copilot AI requested a review from pelikhan May 26, 2026 00:30
@pelikhan pelikhan merged commit e439586 into main May 26, 2026
@pelikhan pelikhan deleted the copilot/deep-report-quick-win-document-tracker-id branch May 26, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] [quick-win] Document tracker-id frontmatter field in main reference (used by 90 workflows)

4 participants