You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If there are already labels for `type: *` and `priority: *` set on the issue, do not modify the labels
103
105
- Only use labels that already exist in the repository
104
-
- Do not add comments or modify the issue content
106
+
- Do not modify the original issue content
105
107
- Triage only the current issue
106
108
- Assign all applicable labels based on the issue content
107
109
- Reference all shell variables as "${VAR}" (with quotes and braces)
@@ -118,4 +120,4 @@ jobs:
118
120
repo: '${{ github.repository }}'.split('/')[1],
119
121
issue_number: '${{ github.event.issue.number }}',
120
122
body: 'There is a problem with the Gemini CLI issue triaging. Please check the [action logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) for details.'
0 commit comments