Add Claude authorship enforcement for team-inbox PRs #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
Check failure on line 9 in .github/workflows/enforce-claude-authored-prs.yml
|
||
| with: | ||
| team_slug: team-inbox | ||
| secrets: inherit | ||