mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-21 11:52:29 +00:00
fix(bot): ensure management files are written to and read from workspace root
This commit is contained in:
4
.github/workflows/gemini-cli-bot-brain.yml
vendored
4
.github/workflows/gemini-cli-bot-brain.yml
vendored
@@ -242,6 +242,10 @@ jobs:
|
||||
run: |
|
||||
touch bot-changes.patch
|
||||
touch pr-description.md
|
||||
touch pr-labels.txt
|
||||
touch branch-name.txt
|
||||
touch issue-comment.md
|
||||
touch pr-comment.md
|
||||
if [ -f critique_result.txt ] && grep -q "\[APPROVED\]" critique_result.txt && ! grep -q "\[REJECTED\]" critique_result.txt; then
|
||||
git diff --staged > bot-changes.patch
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user