From the course: Claude Code in Action by Anthropic
Unlock this course with a free trial
Join today to access over 26,200 courses taught by industry experts.
GitHub integrations - Claude Tutorial
From the course: Claude Code in Action by Anthropic
GitHub integrations
Claude Code has an official GitHub integration that allows Claude Code to run inside of a GitHub Action. You can set up this integration by running slash install github app. This will walk you through a couple of steps. First, you'll need to install the Claude Code app on GitHub. Next, you'll need to add in an API key. And then after this, a pull request will be automatically generated. This pull request adds in two different GitHub Actions. The first action adds in mentioning support. So from an issue or a pull request, you can mention Claude with at Claude and give Claude some kind of task to run. The second action adds in support for reviewing pull requests, so whenever you create a pull request, Claude Code will automatically run and review the proposed changes. Both of these actions can be customized and you can also add in additional actions to trigger based on other types of events. Let me show you how you can customize the mentioning feature. First, we just merged in those two…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.