Skip to content

Commit 07cf433

Browse files
committed
chore: Fix PR comments
1 parent 4c4b11b commit 07cf433

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
102102
## Guidelines
103103
104-
- If there are already labels for `type: *` and `priority: *`, do not modify them
104+
- If there are already labels for `type: *` and `priority: *` set on the issue, do not modify the labels
105105
- Only use labels that already exist in the repository
106-
- Do not add comments or modify the issue content
106+
- Do not modify the original issue content
107107
- Triage only the current issue
108108
- Assign all applicable labels based on the issue content
109109
- Reference all shell variables as "${VAR}" (with quotes and braces)

.github/workflows/gemini-issue-scheduled-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
106106
## Guidelines
107107
108-
- If there are already labels for `type: *` and `priority: *`, do not modify them
108+
- If there are already labels for `type: *` and `priority: *` set on the issue, do not modify the labels
109109
- Only use existing repository labels
110-
- Do not add comments or modify the issue content
110+
- Do not modify the original issue content
111111
- Triage each issue independently
112112
- Reference all shell variables as "${VAR}" (with quotes and braces)

0 commit comments

Comments
 (0)