You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/current/nexu-pal.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ Runs in order:
22
22
23
23
3.**Intent classification** β Sends the normalized English title and body to the LLM and assigns only the `bug` label when the issue clearly describes broken behavior.
24
24
25
-
4.**Completeness check** β Uses the LLM to decide whether the issue is too incomplete to continue triage. If so, adds `needs-information`, posts a follow-up comment, and pauses there.
25
+
4.**Internal-member short-circuit** β If `issue.author_association` is `MEMBER` or `OWNER`, the opened-issue flow stops after translation + bug classification. Internal issues skip known-issue matching, completeness checks, and `needs-triage` labeling.
26
26
27
-
5.**Triage label** β If the issue is not roadmap-matched and does not need more information, adds the `needs-triage` label.
27
+
5.**Completeness check** β For non-internal authors, uses the LLM to decide whether the issue is too incomplete to continue triage. If so, adds `needs-information`, posts a follow-up comment, and pauses there.
28
+
29
+
6.**Triage label** β For non-internal authors, if the issue is not roadmap-matched and does not need more information, adds the `needs-triage` label.
28
30
29
31
The opened-issue flow is split into a small pipeline:
0 commit comments