ci: consolidate ai review trigger label

This commit is contained in:
Ogulcan Celik 2026-07-30 18:47:56 +03:00
parent 53199270f6
commit 9135ffe10b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
]);
const MAX_EXTERNAL_CHANGED_FILES = 20;
const MAX_EXTERNAL_CHANGED_LINES = 1000;
const REVIEW_LABELS = ['greptile-review', 'coderabbit-review'];
const REVIEW_LABELS = ['ai-review'];
const MAINTAINER_APPROVED_LABEL = 'maintainer-approved';
const COMMENT_MARKER = '<!-- herdr:pr-gate -->';