commit 1fc3b52f2bd1155e9a6a024f2afef0f4308f0e72
parent f887b1f97a2209fe094f414c7c2be16598b60ea1
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Fri, 17 Jul 2026 15:26:28 +0530
chore: add new label 'reason: ai generated pr' (#76)
* message for `reason: ai made`
* new label `reason: ai made`
* Updated the filename to ai-generated-pr
* Update label to 'reason: ai generated pr'
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/message/label/ai-generated-pr.md b/src/message/label/ai-generated-pr.md
@@ -0,0 +1,2 @@
+### AI-Generated Pull Request
+Your pull request appears to be AI-generated. We are strongly against pull requests made with AI and reserve the [right to close the pull request](https://is-a.dev/terms).
diff --git a/src/webhooks/labeled.js b/src/webhooks/labeled.js
@@ -5,6 +5,7 @@ import { db } from '../index.js';
const reasonLabels = [
'reason: abuse risk',
+ 'reason: ai generated pr',
'reason: commercial usage',
'reason: impersonation',
'reason: inaccessible website',