Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions self-development/kelos-pr-responder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
Loading