GitHub lets autonomous coding agents handle repetitive management tasks with Agentic Workflows. Developers add the agents to their existing workflows.
GitHub is making Agentic Workflows available in technical preview. With this new feature, development teams can add AI-driven automations to their repositories via GitHub Actions, based on Markdown instructions. The tool was developed by GitHub’s research team in collaboration with Microsoft.
Agentic Workflows combine existing GitHub Actions workflows with so-called coding agents. These agents perform tasks within predefined boundaries. This allows organizations to automate repetitive tasks, such as issue triage, documentation updates, and code quality checks. According to GitHub, Agentic Workflows enable “entirely new categories of repository automation and software engineering.”
Staying within the lines
In the announcement, GitHub places a striking amount of focus on security. The rise of OpenClaw has exposed potential security issues with autonomous agents. Agentic Workflows requires a Markdown file describing the desired result in natural language. The coding agents perform tasks via GitHub Actions, with built-in restrictions on permissions and allowed actions.
By default, workflows run with read-only permissions. Actions requiring write permissions, such as creating a pull request, go through so-called ‘safe outputs.’ These provide explicit checkpoints. Additionally, GitHub provides sandboxing, network isolation, and an allowlist for tools.
For execution, various coding agents can be used, such as Copilot CLI, Claude Code, or OpenAI Codex, depending on the configuration. According to GitHub, this approach differs from directly integrating an agent into a classic YAML workflow, where broader permissions than necessary are often granted.
Using Agentic Workflows incurs costs, which depend on the complexity of the workflow. When Copilot is used with default settings, GitHub typically charges two premium requests per execution. Other agents use their own pricing models. Automated applications are currently linked to a user account.
At your own risk
GitHub emphasizes that Agentic Workflows do not replace CI/CD. The functionality focuses on less deterministic tasks that are difficult to capture in classic pipelines. Pull requests created by an agent are never automatically merged and always require human approval. Nevertheless, GitHub states that at this stage, Agentic Workflows should be used ‘at your own risk.’ GitHub invites developers and organizations to try the preview and provide feedback.
In addition to Agentic Workflows, GitHub announces the availability of Claude Opus 4.6 in Visual Studio Code, JetBrains IDEs, Xcode, and Eclipse. The model can be selected via the Copilot Chat selection window.
