Automating Terraform provider upgrades with GitHub Agentic Workflows

Terraform provider upgrades often turn into a manual research exercise. You check the registry, read changelogs, scan the codebase for deprecated resources, update the provider version, add moved blocks, run a plan, and hope nothing breaks. Using GitHub Agentic Workflows, a Terraform MCP server, and reusable agents and skills, much of that preparation can be … Read more

My Experience with GitHub Agentic Workflows

Screenshot of Agentic workflows /pr-fix response

If you’ve ever wished your CI/CD pipeline could think for itself, you’re going to like what comes next. GitHub Next recently introduced a research project called Agentic Workflows – a way to embed autonomous AI agents directly into GitHub Actions. These aren’t just scripted automation tasks; they can interpret natural language, reason about problems and adapt to context. … Read more