Skip to content

blacklane/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

.github

Blacklane's GitHub Repository

Workflow Templates

This repo provides org-wide GitHub Actions workflow templates. Developers can add them to any repo via Actions > New workflow in the GitHub UI.

Claude Code Review

Automated PR review powered by Claude. Auto-labels large PRs (>500 additions or deletions) with claude-review, dismisses outdated bot comments, and provides inline code feedback on quality, bugs, security, and architecture.

The template is a thin wrapper that calls the reusable workflow from claude-code-examples. Review logic is maintained centrally and updates propagate automatically.

Configurable inputs (via the wrapper):

  • pr_size_threshold — lines of additions/deletions to trigger auto-labeling (default: 500)
  • max_turns — max Claude turns per review (default: 30)
  • review_prompt_extra — repo-specific instructions appended to the review prompt

Claude Code Comment Responder

Responds to @claude mentions in PR comments, review comments, and issues. Also calls the reusable workflow from claude-code-examples.

Setup

Repos using these templates need the ANTHROPIC_API_KEY secret configured. This can be set at the org level (Organization Settings > Secrets and variables > Actions) to avoid per-repo configuration.

About

Blacklane's GitHub Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published