GitHub Agentic Workflows is now in public preview
Quick Answer
GitHub Agentic Workflows is now in public preview, enabling automation of reasoning-based tasks like issue triage and CI failure analysis using natural language Markdown.
Quick Take
GitHub Agentic Workflows is now in public preview, enabling automation of reasoning-based tasks like issue triage and CI failure analysis using natural language Markdown. This feature allows teams to save hours on repetitive tasks, enhancing productivity and security with built-in safeguards.
Key Points
- Automates tasks like issue triage and documentation updates using GitHub Actions.
- Defines automation in natural language Markdown, compiling to standard Actions YAML.
- Incorporates security features like read-only permissions and sandboxed execution.
- Reduces engineering effort from hours to minutes for routine tasks.
- Prebuilt workflows available for triage, reporting, and compliance.
📖 Reader Mode
~2 min readGitHub Agentic Workflows is now in public preview. With agentic workflows, you can automate reasoning-based tasks like issue triage, CI failure analysis, and documentation updates by leveraging coding agents inside GitHub Actions.
Define your automation in natural language Markdown files, and GitHub Agentic Workflows compiles them into standard Actions YAML. Because these are just actions, they reuse your existing runner groups and policy constraints.
“With GitHub Agentic Workflows, we’re able to expand how we apply agents to real engineering work at scale, including changes that span multiple repositories. The flexibility and built-in controls give us confidence to leverage agentic workflows across complex systems at Carvana.”
– Alex Devkar, senior vice president, Engineering and Analytics at Carvana
“Our developers were losing hours every sprint to repetitive work such as triaging issues, remediating vulnerabilities, maintaining dependencies, and reviewing routine changes. With GitHub Agentic Workflows, we’ve built a catalogue of reusable workflows spanning security, quality, and delivery that our teams can adopt across any repository. What once required hours of engineering effort can now be completed autonomously in minutes, meaning our teams can spend more time focused on innovation and delivering value to customers.”
– James Hoare, CTO, Engineering at Marks & Spencer
Security-first by design
GitHub Agentic Workflows incorporates layered safeguards to your automation. Agents access GitHub content respecting the integrity filter rules, run with read-only permissions by default, and execute inside a sandboxed container behind the Agent Workflow Firewall. The outputs are validated through the safe outputs process, and a dedicated threat detection job scans all proposed changes before they are applied.
“Getting an agent to open a pull request was never the hard part. Trusting it enough to merge is. GitHub Agentic Workflows put agents to work across the whole SDLC, automating the checks that make sure your code won’t degrade performance or break production. With agentic workflows, we can give our customers confidence that their ‘ready to merge’ PRs are actually safe to merge.”
– May Walter, CTO at Hud.io
Get started
Follow the quickstart guide to install the CLI extension and trigger your first workflow in minutes. Explore prebuilt workflows in GitHub Next’s agentics repository for ready-to-use examples covering triage, reporting, compliance, and more.
Join the conversation and share your feedback in the community discussion.
— Originally published at github.blog
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from GitHub Copilot Changelog
See more →Copilot usage metrics now include more of your active users
GitHub Copilot now enhances usage metrics by incorporating server-side telemetry, revealing previously unreported active users. This update increases daily active user counts and improves report consistency, addressing gaps caused by client-side telemetry failures.

