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
Description: docs/src/content/docs/blog/2026-01-13-meet-the-workflows.md shows an example "Issue Triage Agent" workflow that has materially diverged from the real workflow file at pinned tag v0.45.5. Missing from the blog example: strict: true, the real schedule/workflow_dispatch triggers, tools.github.lockdown: true, an imports: list, the community label, and comment-template sections that exist in the live file. Readers following this blog post as a reference example will build workflows missing these safety/behavior settings.
Expected Impact: Prevents new users from copying a stale, less-safe example (missing lockdown: true and strict: true particularly matter for security posture) from official blog documentation.
Suggested Agent: docs-focused coding agent; source discussion #60288 (Delight) includes the exact before/after YAML diff needed, so this is close to a direct copy-paste fix.
Description:
docs/src/content/docs/blog/2026-01-13-meet-the-workflows.mdshows an example "Issue Triage Agent" workflow that has materially diverged from the real workflow file at pinned tag v0.45.5. Missing from the blog example:strict: true, the realschedule/workflow_dispatchtriggers,tools.github.lockdown: true, animports:list, thecommunitylabel, and comment-template sections that exist in the live file. Readers following this blog post as a reference example will build workflows missing these safety/behavior settings.Expected Impact: Prevents new users from copying a stale, less-safe example (missing
lockdown: trueandstrict: trueparticularly matter for security posture) from official blog documentation.Suggested Agent: docs-focused coding agent; source discussion #60288 (Delight) includes the exact before/after YAML diff needed, so this is close to a direct copy-paste fix.
Estimated Effort: 1 hour (single file, content already diffed by source report).
Data Source: Delight documentation-freshness discussion #60288.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
api.anthropic.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.