Skip to content

Commit a17eb78

Browse files
authored
add cc check (#13016)
1 parent 73d4065 commit a17eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ai-pr-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
const body = (pr.body || '').toLowerCase();
2020
const title = (pr.title || '').toLowerCase();
2121
22-
if (body.includes('kumquat') || title.includes('kumquat')) {
22+
if (body.includes('kumquat') || title.includes('kumquat') || body.includes('generated with claude code')) {
2323
2424
await github.rest.issues.addLabels({
2525
...context.repo,

0 commit comments

Comments
 (0)