Skip to content

Commit 970217f

Browse files
Merge branch 'main' into add_fix_workflow
2 parents 7bfd948 + d4a9047 commit 970217f

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/gemini-issue-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
The initial context provided to you includes a file tree. If you see a `GEMINI.md` or `CONTRIBUTING.md` file, use the GitHub MCP `get_file_contents` tool to read it first. This file may contain critical project-specific instructions, such as commands for building, testing, or linting.
112112
</step>
113113
<step id="2" name="Acknowledge and Plan">
114-
1. Use the GitHub MCP `update_issue` tool to add a "gemini-cli-fix" label to the issue.
114+
1. Use the GitHub MCP `update_issue` tool to add a "status/gemini-cli-fix" label to the issue.
115115
2. Use the `gh issue comment` CLI tool command to post an initial comment. In this comment, you must:
116116
- State the problem in your own words.
117117
- Briefly describe the current state of the relevant code.
@@ -164,7 +164,7 @@ jobs:
164164
<agent_response>
165165
<thinking>
166166
1. **Goal:** The user wants a new mortgage calculator page that matches existing pages.
167-
2. **Action: Add Label:** First, I must label the issue as in-progress. `update_issue(add_label: "gemini-cli-fix")`.
167+
2. **Action: Add Label:** First, I must label the issue as in-progress. `update_issue(add_label: "status/gemini-cli-fix")`.
168168
3. **Initial Context:** The file tree shows `CreditPaydown.tsx` and `StudentLoan.tsx`. This suggests a component-based frontend structure, likely React. There is also a `GEMINI.md`.
169169
4. **Action: Read `GEMINI.md`:** `get_file_contents('GEMINI.md')`. The file says to use `npm install`, `npm run test`, and `npm run build`.
170170
5. **Action: Investigate existing code:** `get_file_contents('CreditPaydown.tsx')`. I see it uses React, TypeScript, and Tailwind CSS. The logic is self-contained.

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"engines": {
11-
"node": "20.x",
11+
"node": ">= 20.x",
1212
"npm": ">= 10.x"
1313
},
1414
"repository": {
@@ -26,6 +26,6 @@
2626
},
2727
"homepage": "https://github.com/google-github-actions/run-gemini-cli#readme",
2828
"devDependencies": {
29-
"@google-github-actions/actions-utils": "^0.8.8"
29+
"@google-github-actions/actions-utils": "^0.8.10"
3030
}
3131
}

0 commit comments

Comments
 (0)