Skip to content

Commit d466e29

Browse files
farukaydinclaude
andcommitted
Add AI PR labeling workflow for Claude Code tracking
References the shared reusable workflow from intercom/github-action-workflows to automatically label PRs authored with Claude Code. This closes a gap in DX adoption tracking for contributions to this repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a7a0c7a commit d466e29

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# .github/workflows/label-ai-generated-prs.yml
2+
name: Label AI-generated PRs
3+
4+
on:
5+
pull_request:
6+
types: [opened, edited, synchronize] # run when the body changes too
7+
8+
jobs:
9+
call-label-ai-prs:
10+
uses: intercom/github-action-workflows/.github/workflows/label-ai-prs.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)