Objective
Add a path-filtered pull_request trigger example to .github/aw/create-agentic-workflow.md for Backend/QA scenarios that need to react to changes in specific file paths.
Context
From agent persona exploration discussion #29038, S1 (Backend Engineer: DB Schema Review) scored 4.4/5. The pull_request trigger with paths filtering is supported but not exemplified. Backend engineers routinely need to trigger workflows only when specific files change (e.g., db/migrations/*.sql, src/api/**).
Approach
- In .github/aw/create-agentic-workflow.md, find the pull_request trigger documentation
- Add a frontmatter snippet showing path filtering:
- on.pull_request.paths with realistic patterns like 'db/migrations/*.sql' or 'schema/**'
- Optionally add a paths-ignore example to show both patterns
- Include a brief explanation of when to use path filters vs. no filters
Acceptance Criteria
Generated by Plan Command for issue #discussion #29038 · ● 280.5K · ◷
Objective
Add a path-filtered pull_request trigger example to .github/aw/create-agentic-workflow.md for Backend/QA scenarios that need to react to changes in specific file paths.
Context
From agent persona exploration discussion #29038, S1 (Backend Engineer: DB Schema Review) scored 4.4/5. The pull_request trigger with paths filtering is supported but not exemplified. Backend engineers routinely need to trigger workflows only when specific files change (e.g., db/migrations/*.sql, src/api/**).
Approach
Acceptance Criteria