Skip to content

Commit 8095112

Browse files
committed
Add AI-generated PR labeling workflow
1 parent 72dddfa commit 8095112

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)