diff --git a/self-development/kelos-pr-responder.yaml b/self-development/kelos-pr-responder.yaml index 9287f2b9..cec3179b 100644 --- a/self-development/kelos-pr-responder.yaml +++ b/self-development/kelos-pr-responder.yaml @@ -70,16 +70,14 @@ spec: {{end}} Task: - - 0. Set up your working branch. Run this exactly: + - 0. Set up your working branch. Kelos has already checked out {{.Branch}} for you. Run this exactly: ``` git fetch --unshallow || true if git remote get-url upstream >/dev/null 2>&1; then git fetch upstream main - git checkout {{.Branch}} git rebase upstream/main else git fetch origin main - git checkout {{.Branch}} git rebase origin/main fi ```