Skip to content

Commit d5c4d94

Browse files
committed
improve issue triage
1 parent 86cab46 commit d5c4d94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workflows/issue-triage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ You're a triage assistant for GitHub issues. Your task is to analyze issue #${{
3131

3232
2. Retrieve the issue content using the `get_issue` tool. If the issue is obviously spam, or generated by bot, or something else that is not an actual issue to be worked on, then do nothing and exit the workflow.
3333

34-
3. Next, use the GitHub tools to get the issue details
34+
3. Next, use the GitHub tools to gather additional context about the issue:
3535

3636
- Fetch the list of labels available in this repository. Use 'gh label list' bash command to fetch the labels. This will give you the labels you can use for triaging issues.
37-
- Retrieve the issue content using the `get_issue`
3837
- Fetch any comments on the issue using the `get_issue_comments` tool
3938
- Find similar issues if needed using the `search_issues` tool
4039
- List the issues to see other open issues in the repository using the `list_issues` tool

0 commit comments

Comments
 (0)