Skip to content

Commit 1e7ca43

Browse files
committed
Add Claude authorship enforcement for team-inbox PRs
1 parent 33aa1ec commit 1e7ca43

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Claude PR check
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize, labeled, unlabeled]
6+
7+
jobs:
8+
enforce:
9+
uses: intercom/github-action-workflows/.github/workflows/enforce-claude-authored-prs.yml@main
10+
with:
11+
team_slug: team-inbox
12+
secrets: inherit

0 commit comments

Comments
 (0)