GitHub has introduced Agentic Workflows in public preview, allowing for the automation of reasoning-based tasks within GitHub Actions. This feature enables the creation of coding agents that can handle issue triage, analyze CI failures, and update documentation. These workflows are defined using natural language Markdown files which are then compiled into standard Actions YAML.
Source