We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f100b + eeb0621 commit 31796b8Copy full SHA for 31796b8
1 file changed
self-development/kelos-pr-responder.yaml
@@ -70,16 +70,14 @@ spec:
70
{{end}}
71
72
Task:
73
- - 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:
74
```
75
git fetch --unshallow || true
76
if git remote get-url upstream >/dev/null 2>&1; then
77
git fetch upstream main
78
- git checkout {{.Branch}}
79
git rebase upstream/main
80
else
81
git fetch origin main
82
83
git rebase origin/main
84
fi
85
0 commit comments