File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
- name : Gemini Issue Triage
1
+ name : Gemini Automated Issue Triage
2
2
3
3
on :
4
4
issues :
28
28
with :
29
29
token : ${{ steps.generate_token.outputs.token }}
30
30
31
+ - name : Install dependencies
32
+ run : npm install
33
+
31
34
- name : Run Gemini Issue Triage
32
35
uses : google-gemini/gemini-cli-action@1efc0bac9e0b2da6c6cab95df513324d8dfc2a79
33
36
env :
47
50
"coreTools": [
48
51
"run_shell_command(gh label list)",
49
52
"run_shell_command(gh issue edit)",
53
+ "run_shell_command(gh issue list)"
50
54
],
51
55
}
52
56
prompt : |
Original file line number Diff line number Diff line change 36
36
ISSUES=$(echo "$NO_LABEL_ISSUES" "$NEEDS_TRIAGE_ISSUES" | jq -c -s 'add | unique_by(.number)')
37
37
echo "issues_to_triage=$ISSUES" >> "$GITHUB_OUTPUT"
38
38
39
+ - name : Install dependencies
40
+ run : npm install
41
+
39
42
- name : Run Gemini Issue Triage
40
43
if : steps.find_issues.outputs.issues_to_triage != '[]'
41
44
uses : google-gemini/gemini-cli-action@1efc0bac9e0b2da6c6cab95df513324d8dfc2a79
You can’t perform that action at this time.
0 commit comments