Skip to content

Commit 0d34236

Browse files
authored
chore: update tigent labeling rules (#12710)
## summary - update ai/core area label to reference `Output` and note `generateObject`/`streamObject` as deprecated - stricter `reproduction provided` criteria - requires actual code snippets, not just prose descriptions - prevent tigent from applying `pull request welcome` and `good first issue` labels (humans only) - prevent applying both `bug` and `support` to the same issue ## checklist - [ ] tests have been added / updated (for bug fixes / features) - [ ] documentation has been added / updated (for bug fixes / features) - [ ] a _patch_ changeset for relevant packages has been added (run `pnpm changeset` in root) - [x] i have reviewed this pull request (self-review)
1 parent 7344891 commit 0d34236

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/tigent.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prompt: |
88
every issue should get at least one area label and one type label.
99
1010
area labels:
11-
ai/core — generateText, generateObject, streamText, streamObject, tool calling, structured output, steps, middleware.
11+
ai/core — generateText, streamText, Output, tool calling, structured output, steps, middleware. also covers deprecated generateObject and streamObject.
1212
ai/ui — useChat, useCompletion, useAssistant, UIMessage, react hooks, frontend streaming.
1313
ai/ui-vue — vue.js ui bindings.
1414
ai/rsc — react server components, createStreamableUI, createStreamableValue.
@@ -35,12 +35,11 @@ prompt: |
3535
support — questions, help requests, "how do i", confusion, setup issues. this is the most common label for user-filed issues.
3636
deprecation — marking apis or patterns as deprecated.
3737
never assign wontfix.
38+
never apply both bug and support to the same issue. bug is a confirmed defect in the sdk code. support is when the user is confused, stuck, etc.
3839
3940
triage labels:
40-
reproduction needed — bug report without repro steps or code.
41-
reproduction provided — bug report with code, repo link, or clear steps.
42-
good first issue — small well-scoped tasks for new contributors.
43-
pull request welcome — tasks where community prs are appreciated.
41+
reproduction needed — bug report without a code reproduction.
42+
reproduction provided — ONLY when the issue contains an actual code snippet, repo link, or runnable example that demonstrates the bug. describing steps in prose like "do X then Y happens" is NOT a reproduction. there must be a code block with actual code (import statements, function calls, etc) that someone could copy and run.
4443
external — issue caused by something outside the ai sdk.
4544
resumability — resumable streams and recovery.
4645
@@ -57,4 +56,4 @@ prompt: |
5756
dependency updates → maintenance.
5857
5958
Important: do not apply these labels, they are for humans only.
60-
major, minor, backport
59+
major, minor, backport, pull request welcome, good first issue

0 commit comments

Comments
 (0)