Skip to content

Commit f7f9832

Browse files
authored
Add AI-generated PR labeling workflow (#292)
1 parent 56e8cf3 commit f7f9832

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)