docs: add workflow_run triggers, external API integration, and Playwright network config guidance#25433
Closed
docs: add workflow_run triggers, external API integration, and Playwright network config guidance#25433
Conversation
6 tasks
…work documentation - Add workflow_run trigger failure-reactive pattern section with DevOps incident-response example - Add Playwright network configuration section showing defaults+playwright pairing requirement - Add external data integration section with web-fetch + network.allowed guidance, secrets clarification Agent-Logs-Url: https://github.com/github/gh-aw/sessions/cc2c31b8-df29-4dc6-a591-431fa31ecafe Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for workflow_run triggers and external APIs
docs: add workflow_run triggers, external API integration, and Playwright network config guidance
Apr 9, 2026
Contributor
|
Hey A few things that would help get this across the finish line:
If you'd like a hand splitting and polishing these docs, you can assign this prompt to your coding agent:
|
Collaborator
|
@copilot unbloat update |
… redundant examples Agent-Logs-Url: https://github.com/github/gh-aw/sessions/72748746-cb7d-442c-9bad-7bb9fd499bc2 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done in 9018a4c. Trimmed the three added sections significantly (158 lines → 46 net additions):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three documentation gaps in
.github/aw/caused the Copilot agent to generate suboptimal workflows for DevOps, infrastructure, and visual regression scenarios (identified via agent persona analysis, overall score 4.1/5).workflow_runtrigger pattern —.github/aw/github-agentic-workflows.mdNew
### workflow_run Trigger: Failure-Reactive Workflowssection under Trigger Patterns:workflow_run: [completed]+if: conclusion == 'failure'replacesschedulepolling for incident responseworkflow_run(GitHub Actions pipelines) vsdeployment_status(external deployment services)Playwright network config —
.github/aw/github-agentic-workflows.mdNew
### Playwright Network Configurationsection after the ecosystem identifier table:defaultsandplaywrightare required — omitting either causes silent failures (cert validation vs browser binary downloads)External data integration —
.github/aw/create-agentic-workflow.mdNew
### External Data Integrationsection after Pre-step Data Fetching:web-fetch+network.allowedpattern for external HTTP APIs (AWS Cost Explorer, Datadog, etc.)$AWS_API_KEYin prompt body vs${{ secrets.AWS_API_KEY }}insteps:blocks)