Skip to content

Commit ef0f59d

Browse files
authored
fix: Update gemini-issue-automated-triage.yml (#165)
fix: Update gemini-issue-automated-triage.yml Signed-off-by: Pierre Slamich <[email protected]>
1 parent e618b13 commit ef0f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflows/issue-triage/gemini-issue-automated-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
variables: "${ISSUE_TITLE}" and "${ISSUE_BODY}".
102102
3. Classify issues by their kind (bug, enhancement, documentation,
103103
cleanup, etc) and their priority (p0, p1, p2, p3). Set the
104-
labels accoridng to the format `kind/*` and `priority/*` patterns.
104+
labels according to the format `kind/*` and `priority/*` patterns.
105105
4. Apply the selected labels to this issue using:
106106
`gh issue edit "${ISSUE_NUMBER}" --add-label "label1,label2"`
107107
5. If the "status/needs-triage" label is present, remove it using:

0 commit comments

Comments
 (0)