Skip to content

[instructions] Sync github-agentic-workflows.md with v0.68.3#27803

Merged
pelikhan merged 1 commit intomainfrom
instructions-sync-v0.68.3-cbdda9c98b295292
Apr 22, 2026
Merged

[instructions] Sync github-agentic-workflows.md with v0.68.3#27803
pelikhan merged 1 commit intomainfrom
instructions-sync-v0.68.3-cbdda9c98b295292

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Instructions Update - Synchronized with v0.68.3

This PR updates github-agentic-workflows.md based on a code audit of the JSON schema against the existing instructions file.

Changes Made

  • pre-agent-steps: New field — steps running immediately before AI execution, after all runtimes/MCP servers/tools are initialized. Distinct from pre-steps (before checkout) and steps (before setup).
  • import-schema: New field — defines typed input parameters for importable shared workflows; values accessed via $\{\{ github.aw.import-inputs.<name> }} inside the shared workflow.
  • private: New field — marks a workflow as non-shareable via gh aw add.
  • redirect: New field — workflow relocation path used by gh aw update to follow moved workflows.
  • resources: New field — additional files fetched alongside this workflow by gh aw add.
  • Object form of imports: Documented the path:/uses: + with:/inputs: syntax for passing typed inputs to shared workflows that declare import-schema.

Documentation Commits Reviewed

  • 27e6b35 Pin builtin container images by digest (no docs content changes)

Validation

  • Followed prompting best practices (imperative mood, minimal examples)
  • Maintained technical tone and brevity
  • Updated only necessary sections
  • Verified accuracy against JSON schema (pkg/parser/schemas/main_workflow_schema.json) and safe_outputs_config.go
  • All safe-output operations confirmed documented; no removals needed

Generated by Instructions Janitor · ● 640.7K ·

  • expires on Apr 24, 2026, 11:05 AM UTC

Document five schema fields present in code but missing from instructions:
- pre-agent-steps: steps running immediately before AI execution (after setup)
- import-schema: typed input definitions for importable shared workflows
- private: prevent workflow from being shared via gh aw add
- redirect: workflow relocation path for gh aw update
- resources: additional files fetched alongside workflow by gh aw add

Also document object form of imports (path/uses + with/inputs) for passing
inputs to shared workflows that declare import-schema.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation instructions labels Apr 22, 2026
@pelikhan pelikhan merged commit 148a0c2 into main Apr 22, 2026
@pelikhan pelikhan deleted the instructions-sync-v0.68.3-cbdda9c98b295292 branch April 22, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation instructions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant