-
Notifications
You must be signed in to change notification settings - Fork 367
[docs] docs: unbloat footers.md — remove redundant sections #27753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -20,7 +20,22 @@ safe-outputs: | |||||
| title-prefix: "[ai] " | ||||||
| ``` | ||||||
|
|
||||||
| When `footer: false` is set, visible attribution text is omitted from item bodies but hidden XML markers (workflow-id, tracker-id) remain for searchability. Applies to all output types: create-issue, create-pull-request, create-discussion, update-issue, update-pull-request, update-discussion, and update-release. | ||||||
| When `footer: false` is set, visible attribution text is omitted from item bodies but hidden XML markers remain for searchability: | ||||||
| - `<!-- gh-aw-workflow-id: WORKFLOW_NAME -->` — for search and tracking | ||||||
| - `<!-- gh-aw-tracker-id: unique-id -->` — for issue/discussion tracking | ||||||
|
|
||||||
| Applies to all output types: create-issue, create-pull-request, create-discussion, update-issue, update-pull-request, update-discussion, and update-release. | ||||||
|
|
||||||
| ### Searching for Workflow-Created Items | ||||||
|
|
||||||
| Use the `gh-aw-workflow-id` marker (the workflow filename without `.md`) to find items in GitHub search: | ||||||
|
||||||
| Use the `gh-aw-workflow-id` marker (the workflow filename without `.md`) to find items in GitHub search: | |
| Use the `gh-aw-workflow-id` marker (the workflow name) to find items in GitHub search: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs now imply the
gh-aw-tracker-idhidden marker is always present whenfooter: false, buttracker-idappears to be optional in the frontmatter reference (and therefore the marker would only exist when a tracker-id is configured). Consider clarifying this bullet (e.g., "whentracker-idis set") to avoid misleading readers.