diff --git a/.github/workflows/issue-triage.md b/.github/workflows/issue-triage.md index 699c47ad98f..eee83d1284a 100644 --- a/.github/workflows/issue-triage.md +++ b/.github/workflows/issue-triage.md @@ -58,10 +58,10 @@ Only use labels defined in that file. ## Instructions -1. Retrieve the issue content using the `get_issue` tool. If the issue is obviously spam, generated by a bot, or not an actual issue to be worked on, then add an issue comment with a one-sentence analysis and exit the workflow. +1. Retrieve the issue content using the `issue_read` tool (method: `get`). If the issue is obviously spam, generated by a bot, or not an actual issue to be worked on, then add an issue comment with a one-sentence analysis and exit the workflow. 2. Gather additional context about the issue: - - Fetch any comments on the issue using the `get_issue_comments` tool + - Fetch any comments on the issue using the `issue_read` tool (method: `get_comments`) 3. **Duplicate detection**: Search for existing issues that may cover the same problem. - Extract 2-3 distinct keyword queries from the issue title and body (e.g., key error messages, feature names, affected components).