From 1e7ca43d7eecd551524cebb8bfabf46b69dfa994 Mon Sep 17 00:00:00 2001 From: Faiz Qayyum Date: Tue, 24 Mar 2026 14:12:02 +0000 Subject: [PATCH] Add Claude authorship enforcement for team-inbox PRs --- .github/workflows/enforce-claude-authored-prs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/enforce-claude-authored-prs.yml diff --git a/.github/workflows/enforce-claude-authored-prs.yml b/.github/workflows/enforce-claude-authored-prs.yml new file mode 100644 index 0000000..d98cc88 --- /dev/null +++ b/.github/workflows/enforce-claude-authored-prs.yml @@ -0,0 +1,12 @@ +name: Claude PR check + +on: + pull_request: + types: [opened, edited, synchronize, labeled, unlabeled] + +jobs: + enforce: + uses: intercom/github-action-workflows/.github/workflows/enforce-claude-authored-prs.yml@main + with: + team_slug: team-inbox + secrets: inherit