Skip to content

Commit 9582067

Browse files
labudisCopilot
andcommitted
Add duplicate label action, remove unsupported set_issue_field
- Instruct agent to apply duplicate label when high-confidence duplicate is detected and the label exists in the repo - Remove set_issue_field from Step 4 (compiler does not support it yet) - Keep field guidance in Step 3c for comment-only recommendations Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 953c036 commit 9582067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/issue-triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ If the issue has sufficient detail, proceed to Step 3.
9292
- Classify matches as:
9393
- **Duplicate** (high confidence): the issue describes the same problem as an existing open issue. Include up to 3.
9494
- **Related**: similar domain or adjacent problem, but not a duplicate. Include up to 3.
95+
- If a high-confidence duplicate is found and the repository has a `duplicate` label, apply it.
9596
- If no similar issues are found, state that explicitly in your report.
9697

9798
### 3e: Additional analysis
@@ -106,7 +107,6 @@ If the issue has sufficient detail, proceed to Step 3.
106107
Apply all triage results:
107108
- Use `set_issue_type` to set the issue type (if determined).
108109
- Use `update_issue` to apply labels.
109-
- Use `set_issue_field` to set any issue fields (if determined).
110110
- Add an issue comment with your triage report using the format below.
111111

112112
## Comment format

0 commit comments

Comments
 (0)