fix(bot): ensure management files are written to and read from workspace root

This commit is contained in:
Christian Gunderman
2026-05-14 11:50:19 -07:00
parent 48e6cc179e
commit 00aaba6759
3 changed files with 14 additions and 9 deletions

View File

@@ -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