Have you seen GitHub Agentic Workflows? It's pretty sick.
They are automated, intent-driven repository workflows that run in GitHub Actions, and they're authored in Markdown, and executed with coding agents.
In a bit more plain English: you describe the outcomes you want in plain Markdown, add this as an automated workflow to your repository, and it executes using a coding agent in GitHub Actions.
This brings the power of coding agents into the heart of repo automation. Agentic workflows run as standard GitHub Actions workflows, with added guardrails for sandboxing, permissions, control, and review.
In even plainer English: your repositories can automate themselves, securely.