<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Automation on Christian Roy</title>
    <link>https://christianroy.dev/tags/automation/</link>
    <description>Recent content in Automation on Christian Roy</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 12 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://christianroy.dev/tags/automation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Claude Code runs natively as a GitHub Action</title>
      <link>https://christianroy.dev/til/claude-code-gha/</link>
      <pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://christianroy.dev/til/claude-code-gha/</guid>
      <description>&lt;p&gt;Anthropic ships an official &lt;code&gt;claude-code-action&lt;/code&gt; that runs Claude Code inside a GitHub Actions workflow. It can read your repo, write files, run commands, and commit, all triggered by a PR comment or a schedule.&lt;/p&gt;
&lt;p&gt;The interesting part: it uses the same Claude Code you run locally, so your &lt;code&gt;CLAUDE.md&lt;/code&gt; instructions carry over. The action respects the same permission model.&lt;/p&gt;
&lt;p&gt;Immediate use cases I&amp;rsquo;m thinking about:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Auto-generate TIL posts from GitHub Issues with a specific label&lt;/li&gt;
&lt;li&gt;Run a nightly review pass on open PRs&lt;/li&gt;
&lt;li&gt;Summarize recent commits and update a changelog&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The main constraint is the Actions runner environment: you need to install any tools Claude Code will call (glow, rsync, etc.) as workflow steps before handing off to the action.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
