We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d4065 commit a17eb78Copy full SHA for a17eb78
.github/workflows/ai-pr-label.yml
@@ -19,7 +19,7 @@ jobs:
19
const body = (pr.body || '').toLowerCase();
20
const title = (pr.title || '').toLowerCase();
21
22
- if (body.includes('kumquat') || title.includes('kumquat')) {
+ if (body.includes('kumquat') || title.includes('kumquat') || body.includes('generated with claude code')) {
23
24
await github.rest.issues.addLabels({
25
...context.repo,
0 commit comments