You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Add workflow_dispatch inputs to the Product Manager Impersonator trigger template so operators can override persona, idea-size, and title-prefix at run time without editing YAML.
Why a Customer Would Want This
Teams running this workflow often want ad-hoc idea generation from different perspectives (for example, SRE vs. security) or a one-off medium idea run. Today, the shipped trigger template supports manual dispatch but exposes no form inputs, so users must change the workflow file and open a PR just to tune one run.
Rough Implementation Sketch
Add workflow_dispatch.inputs for persona, idea-size, and title-prefix in gh-agent-workflows/product-manager-impersonator/example.yml.
Pass those values into jobs.run.with so manual runs can override defaults while scheduled runs remain unchanged.
Keep defaults aligned with the reusable workflow contract ("", "small", and "[product-manager-impersonator]").
Update gh-agent-workflows/product-manager-impersonator/README.md with a manual-run example using dispatch-time overrides.
Why It Won't Be That Hard
The reusable workflow already supports these inputs; this is mostly wiring and docs. No runtime engine changes are needed, and the scope is a single trigger template plus its README.
Evidence
gh-agent-workflows/product-manager-impersonator/example.yml#L2-L16 defines workflow_dispatch but no dispatch inputs and no with: passthrough.
gh-agent-workflows/product-manager-impersonator/README.md#L30-L37 documents persona, idea-size, and title-prefix as supported inputs.
.github/workflows/gh-aw-product-manager-impersonator.lock.yml#L72-L112 already declares those inputs in the reusable workflow.
Open-issue duplicate checks found no matching request:
repo:elastic/ai-github-actions is:issue is:open "product-manager-impersonator" "workflow_dispatch" persona → 0 results
Feature Idea
Summary: Add
workflow_dispatchinputs to the Product Manager Impersonator trigger template so operators can overridepersona,idea-size, andtitle-prefixat run time without editing YAML.Why a Customer Would Want This
Teams running this workflow often want ad-hoc idea generation from different perspectives (for example, SRE vs. security) or a one-off
mediumidea run. Today, the shipped trigger template supports manual dispatch but exposes no form inputs, so users must change the workflow file and open a PR just to tune one run.Rough Implementation Sketch
workflow_dispatch.inputsforpersona,idea-size, andtitle-prefixingh-agent-workflows/product-manager-impersonator/example.yml.jobs.run.withso manual runs can override defaults while scheduled runs remain unchanged."","small", and"[product-manager-impersonator]").gh-agent-workflows/product-manager-impersonator/README.mdwith a manual-run example using dispatch-time overrides.Why It Won't Be That Hard
The reusable workflow already supports these inputs; this is mostly wiring and docs. No runtime engine changes are needed, and the scope is a single trigger template plus its README.
Evidence
gh-agent-workflows/product-manager-impersonator/example.yml#L2-L16definesworkflow_dispatchbut no dispatch inputs and nowith:passthrough.gh-agent-workflows/product-manager-impersonator/README.md#L30-L37documentspersona,idea-size, andtitle-prefixas supported inputs..github/workflows/gh-aw-product-manager-impersonator.lock.yml#L72-L112already declares those inputs in the reusable workflow.repo:elastic/ai-github-actions is:issue is:open "product-manager-impersonator" "workflow_dispatch" persona→ 0 resultsrepo:elastic/ai-github-actions is:issue is:open "persona" "idea-size" "product-manager-impersonator"→ 0 resultsrepo:elastic/ai-github-actions is:issue in:title "[product-manager-impersonator]" "persona"→ 0 results/tmp/previous-findings.jsoncontains prior PM ideas (run names, quick-setup flags, scaffold generator, etc.) but no dispatch-time persona override proposal.Note
🔒 Integrity filter blocked 33 items
The following items were blocked because they don't meet the GitHub integrity level.
list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:What is this? | From workflow: Trigger Product Manager Impersonator
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.