diff --git a/.github/workflows/gemini-issue-automated-triage.yml b/.github/workflows/gemini-issue-automated-triage.yml index fbef14356..4652f53f0 100644 --- a/.github/workflows/gemini-issue-automated-triage.yml +++ b/.github/workflows/gemini-issue-automated-triage.yml @@ -99,9 +99,9 @@ jobs: 1. Run: `gh label list` to get all available labels. 2. Review the issue title and body provided in the environment variables: "${ISSUE_TITLE}" and "${ISSUE_BODY}". - 3. Select the most relevant labels from the existing labels. If - available, set labels that follow the `kind/*`, `area/*`, and - `priority/*` patterns. + 3. Classify issues by their kind (bug, enhancement, documentation, + cleanup, etc) and their priority (p0, p1, p2, p3). Set the + labels accoridng to the format `kind/*` and `priority/*` patterns. 4. Apply the selected labels to this issue using: `gh issue edit "${ISSUE_NUMBER}" --add-label "label1,label2"` 5. If the "status/needs-triage" label is present, remove it using: diff --git a/examples/workflows/issue-triage/gemini-issue-automated-triage.yml b/examples/workflows/issue-triage/gemini-issue-automated-triage.yml index 8e2ed6906..50a671018 100644 --- a/examples/workflows/issue-triage/gemini-issue-automated-triage.yml +++ b/examples/workflows/issue-triage/gemini-issue-automated-triage.yml @@ -99,9 +99,9 @@ jobs: 1. Run: `gh label list` to get all available labels. 2. Review the issue title and body provided in the environment variables: "${ISSUE_TITLE}" and "${ISSUE_BODY}". - 3. Select the most relevant labels from the existing labels. If - available, set labels that follow the `kind/*`, `area/*`, and - `priority/*` patterns. + 3. Classify issues by their kind (bug, enhancement, documentation, + cleanup, etc) and their priority (p0, p1, p2, p3). Set the + labels accoridng to the format `kind/*` and `priority/*` patterns. 4. Apply the selected labels to this issue using: `gh issue edit "${ISSUE_NUMBER}" --add-label "label1,label2"` 5. If the "status/needs-triage" label is present, remove it using: