We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aa1ec commit 1e7ca43Copy full SHA for 1e7ca43
1 file changed
.github/workflows/enforce-claude-authored-prs.yml
@@ -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