Skip to content

Commit 0e1771a

Browse files
authored
Align gemini-invoke with gemini-review and revert prompt changes (google#136)
1 parent 6ae3e8f commit 0e1771a

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

.github/workflows/gemini-invoke.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -92,34 +92,10 @@ jobs:
9292
"GITHUB_PERSONAL_ACCESS_TOKEN",
9393
"ghcr.io/github/github-mcp-server:v0.27.0"
9494
],
95-
"includeTools": [
96-
"add_issue_comment",
97-
"issue_read",
98-
"list_issues",
99-
"search_issues",
100-
"pull_request_read",
101-
"list_pull_requests",
102-
"search_pull_requests",
103-
"get_commit",
104-
"get_file_contents",
105-
"list_commits",
106-
"search_code"
107-
],
10895
"env": {
10996
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
11097
}
11198
}
112-
},
113-
"tools": {
114-
"core": [
115-
"run_shell_command(cat)",
116-
"run_shell_command(echo)",
117-
"run_shell_command(grep)",
118-
"run_shell_command(head)",
119-
"run_shell_command(tail)"
120-
]
12199
}
122100
}
123-
prompt: |-
124-
/gemini-invoke
125-
[IMPORTANT] When you need to call tools to read GitHub information, please use names like `issue_read` and `pull_request_read` directly. Do NOT add any prefixes like `github:` or `mcp_github_`!
101+
prompt: '/gemini-invoke'

0 commit comments

Comments
 (0)