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 d82d2a5 commit 2d61924Copy full SHA for 2d61924
.github/workflows/label-ai-generated-prs.yml
@@ -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