Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c47f865
Initial plan
Copilot Jul 27, 2026
ce9492b
Add structured metadata channel for sanitized safe outputs
Copilot Jul 27, 2026
9819195
Rename safe-output metadata channel to data
Copilot Jul 27, 2026
cd9b343
refactor safe output data schema to shared $ref
Copilot Jul 27, 2026
c844fa9
fix: support $ref properties in safe output schema validation tests
Copilot Jul 27, 2026
a62420f
Merge branch 'main' into copilot/fix-html-comments-sanitization
pelikhan Jul 27, 2026
4d04a93
fix: normalize shared schema refs for sample validation
Copilot Jul 27, 2026
3fd9dcc
feat: add frontmatter data schema for safe output data validation
Copilot Jul 27, 2026
9a9336a
Enforce Codex-compatible safe-output data schema normalization
Copilot Jul 27, 2026
480e291
Merge branch 'main' into copilot/fix-html-comments-sanitization
github-actions[bot] Jul 27, 2026
db17d61
Support frontmatter safe-outputs.data modes
Copilot Jul 27, 2026
c58e8ef
Restrict safe-outputs.data frontmatter to bool or inline schema object
Copilot Jul 27, 2026
ca5d682
Support expression-based safe-outputs.data schemas in JS runtime
Copilot Jul 27, 2026
0b6e32a
Add schema syntax tests and W3C spec section for safe-outputs.data
Copilot Jul 27, 2026
8eebe73
Merge branch 'main' into copilot/fix-html-comments-sanitization
github-actions[bot] Jul 28, 2026
099308d
Enable simple safe-outputs data schemas in selected workflows
Copilot Jul 28, 2026
81fd607
Plan: render safe-output data in step summaries
Copilot Jul 28, 2026
e7e4ac3
Render safe-output data as code in step summaries
Copilot Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 188 additions & 5 deletions .github/workflows/issue-triage-agent.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/issue-triage-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ tools:
min-integrity: approved
toolsets: [issues, labels]
safe-outputs:
data:
issue_number: integer
label: string
confidence: string
reasoning: string
add-labels:
allowed: [bug, feature, enhancement, documentation, question, help-wanted, good-first-issue]
add-comment: {}
Expand Down
Loading
Loading