adding PR review workflow

This commit is contained in:
Gustavo Madeira Santana
2026-02-07 15:22:08 -05:00
parent 82419eaad6
commit 6d1daf2ba5
4 changed files with 100 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Prepare a PR branch for merge with review fixes, green gates, and an updated hea
## Known Footguns
- If you see "fatal: not a git repository", you are in the wrong directory. Use `~/openclaw`.
- If you see "fatal: not a git repository", you are in the wrong directory. Use `~/dev/openclaw` if available; otherwise ask user.
- Do not run `git clean -fdx`.
- Do not run `git add -A` or `git add .`.