Added Getting Started to README

This commit is contained in:
2023-10-30 13:26:09 +01:00
parent 217f465dc7
commit 7a54c87fde
5 changed files with 102 additions and 9 deletions

View File

@@ -21,6 +21,6 @@ writeShellApplication {
remoteName="''${1:-origin}"
targetBranch="''${2:-main}"
shift && shift
tea-create-pr "$remoteName" "$targetBranch" --assignees consulting-bot "$@"
tea-create-pr "$remoteName" "$targetBranch" --assignees merge-bot "$@"
'';
}