Objective
Add workflow_run trigger examples to .github/aw/create-agentic-workflow.md to better support DevOps monitoring scenarios.
Context
From agent persona exploration discussion #29038, the S3 (DevOps Engineer: Deployment Monitoring) scenario scored only 3.4/5 because workflow_run is mentioned only 4 times with no complete examples. DevOps engineers asking for deployment monitoring workflows receive vague or redirected responses.
Approach
- In .github/aw/create-agentic-workflow.md, find the triggers/scheduling section
- Add 1-2 complete frontmatter examples using the workflow_run trigger pattern showing workflows and types: [completed]
- Show how to access github.event.workflow_run context (e.g., checking conclusion == 'failure')
- Include a complete example that detects failed CI/CD runs and posts a notification
Acceptance Criteria
Generated by Plan Command for issue #discussion #29038 · ● 280.5K · ◷
Objective
Add workflow_run trigger examples to .github/aw/create-agentic-workflow.md to better support DevOps monitoring scenarios.
Context
From agent persona exploration discussion #29038, the S3 (DevOps Engineer: Deployment Monitoring) scenario scored only 3.4/5 because workflow_run is mentioned only 4 times with no complete examples. DevOps engineers asking for deployment monitoring workflows receive vague or redirected responses.
Approach
Acceptance Criteria