Skip to content

Commit 31796b8

Browse files
authored
Merge pull request #705 from kelos-dev/kelos-config-update-20260316-1800
Remove redundant git checkout from pr-responder setup
2 parents 95f100b + eeb0621 commit 31796b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

self-development/kelos-pr-responder.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@ spec:
7070
{{end}}
7171
7272
Task:
73-
- 0. Set up your working branch. Run this exactly:
73+
- 0. Set up your working branch. Kelos has already checked out {{.Branch}} for you. Run this exactly:
7474
```
7575
git fetch --unshallow || true
7676
if git remote get-url upstream >/dev/null 2>&1; then
7777
git fetch upstream main
78-
git checkout {{.Branch}}
7978
git rebase upstream/main
8079
else
8180
git fetch origin main
82-
git checkout {{.Branch}}
8381
git rebase origin/main
8482
fi
8583
```

0 commit comments

Comments
 (0)