We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e8cf3 commit d14ec69Copy full SHA for d14ec69
1 file changed
.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